UNPKG

ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

5 lines (4 loc) 268 B
import { PathLike } from 'node:fs'; export { readFile, writeFile, access, mkdir, stat, rm as rmdir } from 'node:fs/promises'; export declare function exists(path: PathLike): Promise<boolean>; export declare function copyFile(src: string, dest: string): Promise<void>;