mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 07:13:46 -05: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') });
|