Package Exports
- fs-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fs-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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