Add original-fs module

This commit is contained in:
Cheng Zhao 2014-11-12 11:09:59 +08:00
parent db8361a0a9
commit 5cb97545fd
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,6 @@
fs = require 'fs'
copied = {}
copied[k] = v for k, v of fs
module.exports = copied