UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 177 B
export function isArrayLike(value) { return Array.isArray(value) || typeof value.length === 'number' && (value.length === 0 || (0 in value) && (value.length - 1 in value)); }