UNPKG

@nestjs/graphql

Version:

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

6 lines (5 loc) 189 B
export declare class FileSystemHelper { writeFile(path: string, content: string): Promise<void>; mkdirRecursive(path: string): Promise<void>; getDirs(path: string): string[]; }