UNPKG

139 BTypeScriptView Raw
1/** Returns whether the payload is a WeakMap */
2export declare function isWeakMap(payload: unknown): payload is WeakMap<WeakKey, unknown>;