UNPKG

237 BTypeScriptView Raw
1export declare class FileSystemHelper {
2 writeFile(path: string, content: string): Promise<void>;
3 mkdirRecursive(path: string): Promise<void>;
4 getDirs(path: string): string[];
5}
6//# sourceMappingURL=file-system.helper.d.ts.map
\No newline at end of file