UNPKG

@senx/warpview

Version:
27 lines 527 B
export declare class JsonLib { at: any; ch: any; escapee: { '"': string; '\\': string; '/': string; b: string; f: string; n: string; r: string; t: string; }; text: any; private error; private next; private check; private number; private string; private white; private word; private array; private object; private value; parse(source: any, reviver?: any): any; } //# sourceMappingURL=jsonLib.d.ts.map