index.d.ts 79 B

123
  1. declare function isSet<V = unknown>(x: unknown): x is Set<V>;
  2. export = isSet;