funko-fs
v0.2.1
Published
Functional wrapper of fs module based on funko.
Downloads
5
Readme
Usage guide
This guide is for people who want to use funko-fs.
Other guides:
Install
npm install funko-fs
Usage
import fs from 'funko-fs'
fs.stat('package.json')
// Future Error Stat
.fork(console.error, console.log)
Thanks
This project uses node-package-skeleton as a starting point for package development.