UNPKG

kura

Version:

The FileSystem API abstraction library.

4 lines 202 B
export declare function objectToText(obj: any): string; export declare function textToObject<T>(text: string): T; export declare function deepCopy<T>(obj: T): T; //# sourceMappingURL=ObjectUtil.d.ts.map