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