1
0
mirror of https://gitlab.com/octtspacc/staticoso synced 2025-04-18 11:57:30 +02:00

5 lines
145 B
JavaScript

// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
var $export = require('./_export');
$export($export.S, 'Array', { isArray: require('./_is-array') });