UNPKG

@directctrl/fixturelibrary

Version:

Utility library making it easy to work with the open-fixture-library.

4 lines (3 loc) 223 B
export declare const storageDirectory: string; export declare function readJsonFile(filename: string): Promise<any>; export declare function writeJsonFile(name: string, data: {} | [], override?: boolean): Promise<boolean>;