@anio-node-foundation/fs-api
v3.0.0
Published
A node fs API that is consistent for both async and sync operation.
Downloads
10
Readme
@anio-node-foundation/fs-api
A node fs API that is consistent for both async and sync operation.
import createFSObject from "@anio-node-foundation/fs-api"
const {
chmod,
chown,
copyFile,
lstat,
mkdir,
openDirectory,
openFile,
readdir,
readlink,
realpath,
rename,
rmdir,
stat,
symlink,
unlink
} = createFSObject({
sync: true
})