UNPKG

@types/is-weakref

Version:
23 lines (16 loc) 699 B
# Installation > `npm install --save @types/is-weakref` # Summary This package contains type definitions for is-weakref (https://github.com/inspect-js/is-weakref#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-weakref. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-weakref/index.d.ts) ````ts declare function isWeakRef(value: unknown): value is WeakRef<any>; export = isWeakRef; ```` ### Additional Details * Last updated: Mon, 04 Dec 2023 23:35:45 GMT * Dependencies: none # Credits These definitions were written by [Tristan F.](https://github.com/LeoDog896).