UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 205 B
/** This is used with the `deepCopy` and `merge` functions. */ export declare enum SerializationType { NONE = 0, SERIALIZE = 1, DESERIALIZE = 2 } //# sourceMappingURL=SerializationType.d.ts.map