github-pages-deploy-action/node_modules/core-js-pure/modules/es.object.is.js
2020-03-06 22:45:40 -05:00

9 lines
208 B
JavaScript

var $ = require('../internals/export');
var is = require('../internals/same-value');
// `Object.is` method
// https://tc39.github.io/ecma262/#sec-object.is
$({ target: 'Object', stat: true }, {
is: is
});