f24cb5327a964c31a3a4b3b79229579976c2fa1d44e412213d4806feddf43abf0f24c65a6649fec3cf1f69d91a5bb1b3650c6de276fbbb6a06461bf8760791 79 B

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