ft_transcendence/pong/node_modules/ts-jest/dist/utils/json.d.ts
2023-05-02 19:15:50 +02:00

3 lines
110 B
TypeScript

export declare function stringify(input: unknown): string;
export declare function parse(input: string): any;