UNPKG

graceful-fs

Version:

A drop-in replacement for fs, making various improvements.

6 lines (4 loc) 176 B
// extend the builtin so that our monkeypatchery doesn't // muck with things not using graceful-fs var util = require('util') module.exports = util._extend({}, require('fs'))