UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 277 B
/** * Run the suite of tests that prove that the "deepCopy" helper function works properly. * * This function is only useful if you are troubleshooting the "deepCopy" function. */ export declare function runDeepCopyTests(): void; //# sourceMappingURL=deepCopyTests.d.ts.map