UNPKG

ridder

Version:

A straightforward game engine for simple data-driven games in JavaScript

5 lines (4 loc) 120 B
/** * Zero out all values in an object, recursively. */ export declare function zero(obj: Record<string, any>): void;