blob: 743a46f1d66bf9e63337f36214f028fb11ef3dca [file] [log] [blame]
export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map