UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines (6 loc) 133 B
/** This is used with the `deepCopy` and `merge` functions. */ export enum SerializationType { NONE, SERIALIZE, DESERIALIZE, }