@aniojs-private/node-async-sync-fs

0.3.0 • Public • Published

@anio-fs/api

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

import fs from "@anio-fs/api"

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aniojs-private/node-async-sync-fs

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

141 kB

Total Files

30

Last publish

Collaborators

  • exory2024