wishthis/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js

5 lines
257 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2022-06-08 10:36:39 +00:00
exports.isArrayLike = void 0;
2022-01-21 08:28:41 +00:00
exports.isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map