UNPKG

@contentstack/datasync-content-store-filesystem

Version:
3 lines (2 loc) 154 B
export declare const readFile: (path: any, type?: string) => Promise<string>; export declare const writeFile: (path: any, data: any) => Promise<unknown>;