UNPKG

helene

Version:
4 lines (3 loc) 227 B
export declare function ensureFileDoesntExist(filename: string): Promise<void>; export declare function ensureDatafileIntegrity(filename: any): Promise<void>; export declare function flushToStorage(options: any): Promise<any>;