UNPKG

@zerodep/is-weakset

Version:

A utility to determine if a value is a WeakSet

3 lines (2 loc) 76 B
declare const isWeakSet: (value: unknown) => boolean; export { isWeakSet };