Files
memecoin-botV2/.pnpm-store/v10/files/58/1cfd6e53aba807f1c36fe627e2ca1df9f64daa84257f3fc5f5ab995429abfda887a767d110605cd8cc115c0381c9b043917c95a6555d3e5249e579ef733d04

5 lines
364 B
Plaintext

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