Files
geo/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js
2026-02-04 00:11:19 +05:00

2 lines
137 B
JavaScript
Executable File

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