2 lines
122 B
TypeScript
2 lines
122 B
TypeScript
export declare function toString(value: any): string;
|
|
export declare function fromString<T>(value: string, into: any): T;
|