Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs6
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
graceful-fs
/
File Content:
fs.js
'use strict' var fs = require('fs') module.exports = clone(fs) function clone (obj) { if (obj === null || typeof obj !== 'object') return obj if (obj instanceof Object) var copy = { __proto__: obj.__proto__ } else var copy = Object.create(null) Object.getOwnPropertyNames(obj).forEach(function (key) { Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key)) }) return copy }
Submit
FILE
FOLDER
Name
Size
Permission
Action
LICENSE
781 bytes
0644
README.md
4454 bytes
0644
fs.js
429 bytes
0644
graceful-fs.js
6939 bytes
0644
legacy-streams.js
2655 bytes
0644
package.json
2887 bytes
0644
polyfills.js
8063 bytes
0644
N4ST4R_ID | Naxtarrr