UNPKG

bridgets

Version:

<p align="center"> <a href="https://bridgets.co"> <img src="http://bridgets.co/assets/logo-short.svg" height="48" /> <h1 align="center">BridgeTS</h1> </a> </p>

4 lines 247 B
export declare const removeFolder: (location: string) => void; export declare const createFolder: (path: string) => void; export declare const writeFile: (path: string, content: string, extension?: string) => void; //# sourceMappingURL=fs.d.ts.map