isWeakSet.d.ts 68 B

123
  1. declare function isWeakSet(val: any): boolean;
  2. export = isWeakSet;