UNPKG

jsmodern

Version:

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

11 lines 292 B
import type { PrototypeStruct } from '../index.js'; interface IsDisjoint<T> { isDisjoint(other: Set<T>): boolean; } export declare const isDisjoint: PrototypeStruct; declare global { interface Set<T> extends IsDisjoint<T> { } } export {}; //# sourceMappingURL=is-disjoint.d.ts.map