Files
med-notes/.pnpm-store/v10/files/40/e2e62da1de886335390c24984bb9ba52342dc1bc6eb0287869644f4a24567dd85830a35bd3b775b75c6be4917cccb2bab21e2572089f7a309ac857bc62a301
2025-05-09 05:30:08 +02:00

5 lines
345 B
Plaintext

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