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