UNPKG

201 BTypeScriptView Raw
1export declare function flatString(str: string): string;
2export declare function jsonFlatStringify<T>(data: T, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;