mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-11-22 23:16:09 +01:00
4 lines
139 B
JavaScript
4 lines
139 B
JavaScript
// 19.1.3.10 Object.is(value1, value2)
|
|
var $export = require('./_export');
|
|
$export($export.S, 'Object', { is: require('./_same-value') });
|