wishthis/node_modules/rxjs/internal/util/isArray.js
2022-01-21 09:28:41 +01:00

4 lines
No EOL
237 B
JavaScript

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