Skip to content

anio-node-foundation/fs-api

Repository files navigation

@anio-node-foundation/fs-api

A node fs API that is consistent for both async and sync operation.

import fs from "@anio-node-foundation/fs-api"

const {
	chmod,
	chown,
	copyFile,
	lstat,
	mkdir,
	openDirectory,
	openFile,
	readdir,
	readlink,
	realpath,
	rename,
	rmdir,
	stat,
	symlink,
	unlink
} = fs.sync

About

A node fs API that is consistent for both async and sync operation.

Resources

Stars

Watchers

Forks

Packages

No packages published