fs-utils

File system extras and utilities to extend the Node.js fs module.

npm i fs-utils --save

Usage

var file = require('fs-utils');

file.readFileSync('foo.txt');

Authors

Jon Schlinkert

Brian Woodward

License

Copyright (c) 2014 Jon Schlinkert, Brian Woodward, contributors. Released under the MIT license

Last updated