UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 287 B
export function stringify(json: any): string; /** * * @param {object|number|string|null|array} json * @param {function} addToOutput */ export function stringifyStream(json: object | number | string | null | any[], addToOutput: Function): void; //# sourceMappingURL=JsonUtils.d.ts.map