UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

3 lines 241 B
export declare function compressObjectWithPako(jsonObject: Record<string, unknown>): string; export declare function decompressStringWithPako<T extends object>(compressedString: string): T | null; //# sourceMappingURL=saveStringUtil.d.ts.map