UNPKG

208 BJavaScriptView Raw
1var $ = require('../internals/export');
2var is = require('../internals/same-value');
3
4// `Object.is` method
5// https://tc39.github.io/ecma262/#sec-object.is
6$({ target: 'Object', stat: true }, {
7 is: is
8});