e2e62da1de886335390c24984bb9ba52342dc1bc6eb0287869644f4a24567dd85830a35bd3b775b75c6be4917cccb2bab21e2572089f7a309ac857bc62a301 345 B

1234
  1. export function parse(text: string, reviver?: (this: any, key: string, value: any) => any): any;
  2. export function stringify(value: any, replacer?: (string | number)[] | ((this: any, key: string, value: any) => any), space?: string | number | undefined): string;
  3. export function toJSON(value: any): any;
  4. export function fromJSON(value: any): any;