Files
fte-Homepage/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

2 lines
153 B
JavaScript

export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map