blob: 393c8b893e20ae1719cc0741ba0aa913b59a9175 [file] [log] [blame]
export const isArrayLike = ((x) => x && typeof x.length === 'number' && typeof x !== 'function');
//# sourceMappingURL=isArrayLike.js.map