projecte_ionic/node_modules/rxjs/_esm2015/internal/util/isArrayLike.js
2022-02-09 18:30:03 +01:00

2 lines
No EOL
137 B
JavaScript
Executable file

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