Fix cp and mv (#26)

This commit is contained in:
Danny McCormick
2019-07-09 09:56:01 -04:00
committed by GitHub
parent e85d20fbb0
commit d919136160
3 changed files with 173 additions and 126 deletions

View File

@@ -3,12 +3,16 @@ import * as fs from 'fs'
import * as path from 'path'
export const {
chmod,
copyFile,
lstat,
mkdir,
readdir,
readlink,
rename,
rmdir,
stat,
symlink,
unlink
} = fs.promises