@aniojs/node-fs-copy
v0.1.2
Published
Copy a path of any type.
Downloads
211
Readme
@aniojs/node-fs-copy
Copy a path of any type.
import {copy} from "@aniojs/node-fs-copy"
console.log(
await copy("examples/src", "examples/dest")
)
Todo: add function to copy with permissions/owner
Could be implemented as nodeFsCopy(src, dest, {faithful: true})