UNPKG

@show-runner/fixturelibrary

Version:

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

9 lines (8 loc) 293 B
declare class FileHandler { get storageDirectory(): string; get indexPath(): string; readJson(filename: string): Promise<any>; writeJson(name: string, data: {} | [], override?: boolean): Promise<boolean>; } declare const _default: FileHandler; export default _default;