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

2 lines
137 B
JavaScript

export const isArrayLike = ((x) => x && typeof x.length === 'number' && typeof x !== 'function');
//# sourceMappingURL=isArrayLike.js.map