@anio-software/fs
v0.6.0
Published
Collection of async/sync fs methods.
Downloads
1,191
Readme
@anio-software/fs
Collection of async/sync fs methods.
import {
clean,
cleanSync,
hashFile,
hashFileSync,
isDirectory,
isDirectorySync,
isFile,
isFileSync,
isRegularDirectory,
isRegularDirectorySync,
isRegularFile,
isRegularFileSync,
mkdirp,
mkdirpSync,
readFileInChunks,
readFileInChunksSync,
remove,
removeSync,
scandir,
scandirSync,
tmpdir,
tmpdirSync,
tmpfile,
tmpfileSync
} from "@anio-software/fs"