UNPKG

@moonset/util

Version:
7 lines (6 loc) 205 B
export declare class Serde { static toString<T>(obj: T): string; static toFile<T>(obj: T, path: string): void; static fromString<T>(json: string): T; static fromFile<T>(path: string): T; }