UNPKG

is-weakref

Version:

Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

3 lines (2 loc) 104 B
declare function isWeakRef<T extends WeakKey>(value: unknown): value is WeakRef<T>; export = isWeakRef;