UNPKG

130 BTypeScriptView Raw
1/** Returns whether the payload is a WeakSet */
2export declare function isWeakSet(payload: unknown): payload is WeakSet<WeakKey>;