PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
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; };
[-] auto.js
[edit]
[-] test.sh
[edit]
[+]
..
[-] package.json
[edit]
[-] hasSymbols.js
[edit]
[-] .eslintrc
[edit]
[-] polyfill.js
[edit]
[-] shim.js
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] implementation.js
[edit]
[-] README.md
[edit]
[+]
dist
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]