UNPKG

@typed/is-array-like

Version:
4 lines 141 B
export function isArrayLike(x) { return x && typeof x.length === 'number' && typeof x !== 'function'; } //# sourceMappingURL=index.js.map