/var/www/flurhymez/node_modules/object.assign
NameSizeModeActions
.github/-0755rm
dist/-0755rm
test/-0755rm
.editorconfig2860644editdlrm
.eslintignore60644editdlrm
.eslintrc5900644editdlrm
.nycrc2320644editdlrm
auto.js360644editdlrm
CHANGELOG.md78160644editdlrm
hasSymbols.js16180644editdlrm
implementation.js13290644editdlrm
index.js5320644editdlrm
LICENSE10800644editdlrm
package.json31020644editdlrm
polyfill.js12990644editdlrm
README.md36470644editdlrm
shim.js3050644editdlrm
Edit: /var/www/flurhymez/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;