/home/techb158/balavpn.abdallabala.com/node_modules/object.assign
NameSizeModeActions
.github/-0777rm
dist/-0777rm
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc6270666editdlrm
.nycrc1390666editdlrm
auto.js360666editdlrm
CHANGELOG.md97150666editdlrm
hasSymbols.js16180666editdlrm
implementation.js14240666editdlrm
index.js5320666editdlrm
LICENSE10800666editdlrm
package.json23450666editdlrm
polyfill.js12990666editdlrm
README.md38610666editdlrm
shim.js3050666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/object.assign/index.js (532B)
'use strict'; var defineProperties = require('define-properties'); var callBind = require('call-bind'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var polyfill = callBind.apply(getPolyfill()); // eslint-disable-next-line no-unused-vars var bound = function assign(target, source1) { return polyfill(Object, arguments); }; defineProperties(bound, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = bound;