UNPKG

@nxarch/nest-nguniversal

Version:

A NestJS library to serve your NestJS Angular Universal project

4 lines (3 loc) 230 B
export declare function removeDir(path: string): void; export declare function writeFile(path: string, content: string | number | Record<PropertyKey, unknown> | boolean): void; export declare function readFile(path: string): any;