UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

2 lines 136 B
export type ReadonlyRecord<K extends string | number | symbol, V> = Readonly<Record<K, V>>; //# sourceMappingURL=ReadonlyRecord.d.ts.map