Files
30-seconds-of-code/node_modules/rxjs/internal/util/isArray.js
2019-08-20 15:52:05 +02:00

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