UNPKG

harvest-overtime

Version:
4 lines (3 loc) 171 B
import * as Promise from "bluebird"; export declare function read(filePath: string): Promise<string>; export declare function write(filePath: string, data: string): void;