UNPKG

jsmodern

Version:

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

11 lines 260 B
import type { PrototypeStruct } from '../index.js'; interface ToArray<T> { toArray(): T[]; } export declare const toArray: PrototypeStruct; declare global { interface Set<T> extends ToArray<T> { } } export {}; //# sourceMappingURL=to-array.d.ts.map