UNPKG

is-weakset

Version:

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

3 lines (2 loc) 113 B
declare function isWeakSet<V extends WeakKey = object>(value: unknown): value is WeakSet<V>; export = isWeakSet;