4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
|
||
|
//# sourceMappingURL=isArray.js.map
|