PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
object.assign
'use strict'; var define = require('define-properties'); var getPolyfill = require('./polyfill'); module.exports = function shimAssign() { var polyfill = getPolyfill(); define( Object, { assign: polyfill }, { assign: function () { return Object.assign !== polyfill; } } ); return polyfill; };
[-] .nycrc
[edit]
[-] README.md
[edit]
[-] auto.js
[edit]
[+]
dist
[-] package.json
[edit]
[+]
.github
[-] hasSymbols.js
[edit]
[+]
..
[+]
test
[-] LICENSE
[edit]
[-] .eslintrc
[edit]
[-] implementation.js
[edit]
[-] polyfill.js
[edit]
[-] .editorconfig
[edit]
[-] shim.js
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]