UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

5 lines (4 loc) 169 B
/** Copy file or directory. Works on windows. * Non exsisting directories are created recursively */ export declare const fsCopy: (src: string, dest: string) => void;