persona-community-5/.pnpm-store/v3/files/40/e2e62da1de886335390c24984bb9ba52342dc1bc6eb0287869644f4a24567dd85830a35bd3b775b75c6be4917cccb2bab21e2572089f7a309ac857bc62a301
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00: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;