@aniojs/node-fs-copy
v0.1.4
Published
Copy a path of any type.
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})
