source:
imaps-frontend/node_modules/is-finalizationregistry/index.d.ts
Last change on this file was 0c6b92a, checked in by , 5 weeks ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | declare function isFinalizationRegistry<T = unknown>(value: unknown): value is FinalizationRegistry<T>; |
2 | |
3 | export = isFinalizationRegistry; |
Note:
See TracBrowser
for help on using the repository browser.