UNPKG

burdy

Version:

Open Source Headless Platform

3 lines (2 loc) 162 B
export declare const driverToFs: (key: string, file: string) => Promise<string>; export declare const fsToDriver: (file: string, key: string) => Promise<string>;