UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines 340 B
interface ReadonlySetConstructor { new <T = any>(values?: readonly T[] | Iterable<T> | null): ReadonlySet<T>; readonly prototype: ReadonlySet<any>; } /** An alias for the `Set` constructor that returns a read-only set. */ export declare const ReadonlySet: ReadonlySetConstructor; export {}; //# sourceMappingURL=ReadonlySet.d.ts.map