Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
mimic-fn
/
File Content:
index.js
'use strict'; module.exports = (to, from) => { // TODO: use `Reflect.ownKeys()` when targeting Node.js 6 for (const prop of Object.getOwnPropertyNames(from).concat(Object.getOwnPropertySymbols(from))) { Object.defineProperty(to, prop, Object.getOwnPropertyDescriptor(from, prop)); } return to; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
304 bytes
0644
license
1109 bytes
0644
package.json
1648 bytes
0644
readme.md
1054 bytes
0644
N4ST4R_ID | Naxtarrr