UNPKG

jsmodern

Version:

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

11 lines 264 B
import type { PrototypeStruct } from '../index.js'; interface SetOf { of<T>(...elements: T[]): Set<T>; } export declare const of: PrototypeStruct; declare global { interface SetConstructor extends SetOf { } } export {}; //# sourceMappingURL=of.d.ts.map