UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

6 lines 237 B
export declare class FileSystemHelper { writeFile(path: string, content: string): Promise<void>; mkdirRecursive(path: string): Promise<void>; getDirs(path: string): string[]; } //# sourceMappingURL=file-system.helper.d.ts.map