hugoWebsite/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js
Jeremy Nusser 0ab675d92b Initial commit... 🎉🎉🎉
2022-10-28 17:20:35 -05:00

2 lines
No EOL
137 B
JavaScript

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