@divy-work/fastfs

0.1.0 • Public • Published

fastfs

Minimal and fast fs operations for Node.js.

example

import fastfs from "@divy-work/fastfs";

let writer = fastfs("file.txt");
writer.write("1").write("2");

license

MIT LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i @divy-work/fastfs

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

9.86 kB

Total Files

7

Last publish

Collaborators

  • divy-work