UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

12 lines 321 B
import type { PrototypeStruct } from '../index.js'; export declare function utilIsSet<T>(x: any): x is Set<T>; interface IsSet { isSet(x: any): boolean; } export declare const isSet: PrototypeStruct; declare global { interface SetConstructor extends IsSet { } } export {}; //# sourceMappingURL=is-set.d.ts.map