serde-json-ts/types/index.d.ts
2025-05-27 00:27:06 -05:00

2 lines
122 B
TypeScript

export declare function toString(value: any): string;
export declare function fromString<T>(value: string, into: any): T;