PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
object
/
assign
"use strict"; module.exports = function () { var assign = Object.assign, obj; if (typeof assign !== "function") return false; obj = { foo: "raz" }; assign(obj, { bar: "dwa" }, { trzy: "trzy" }); return obj.foo + obj.bar + obj.trzy === "razdwatrzy"; };
[-] is-implemented.js
[edit]
[+]
..
[-] shim.js
[edit]
[-] index.js
[edit]
[-] implement.js
[edit]