isArrayLike.js 137 Bytes
Newer Older
liang ce committed
1 2
export const isArrayLike = ((x) => x && typeof x.length === 'number' && typeof x !== 'function');
//# sourceMappingURL=isArrayLike.js.map