mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-23 00:45:16 +00:00
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
|
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
|
||
|
});
|