UNPKG

jsonfile-stable

Version:

Write json file in stable format

8 lines (7 loc) 268 B
export declare function readFileSync(filename: string): any; export declare function writeFileSync(filename: string, obj: any): void; declare const _default: { readFileSync: typeof readFileSync; writeFileSync: typeof writeFileSync; }; export default _default;