4 lines
180 B
JavaScript
4 lines
180 B
JavaScript
|
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||
|
export var isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
|
||
|
//# sourceMappingURL=isArray.js.map
|