wishthis/node_modules/rxjs/_esm2015/internal/util/isArrayLike.js
2022-05-29 11:24:36 +02:00

2 lines
No EOL
137 B
JavaScript

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