UNPKG

time-titan

Version:

Time manipulation library: Control and modify time effortlessly for testing, animations, or creative projects.

6 lines (5 loc) 214 B
export default function restoreCheckpoint(instance, checkpoint) { if (checkpoint !== undefined && checkpoint !== null) { instance.startTime = checkpoint; // Properly restore the checkpoint } }