package.modules.es.object.is.js Maven / Gradle / Ivy
The newest version!
'use strict';
var $ = require('../internals/export');
var is = require('../internals/same-value');
// `Object.is` method
// https://tc39.es/ecma262/#sec-object.is
$({ target: 'Object', stat: true }, {
is: is
});
© 2015 - 2024 Weber Informatics LLC | Privacy Policy