UNPKG

110 BTypeScriptView Raw
1export declare function stringify(input: unknown): string;
2export declare function parse(input: string): any;