UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

6 lines (5 loc) 166 B
/** * Copy file from `src` to `dist` * Delete file in `dist` which `src` not existed */ export declare function syncDir(src: string, dist: string): Promise<void>;