source: imaps-frontend/node_modules/is-finalizationregistry/index.d.ts

main
Last change on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 138 bytes
RevLine 
[0c6b92a]1declare function isFinalizationRegistry<T = unknown>(value: unknown): value is FinalizationRegistry<T>;
2
3export = isFinalizationRegistry;
Note: See TracBrowser for help on using the repository browser.