download
raw
279 Bytes
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isArrayLike;
function isArrayLike(value) {
return value && typeof value.length === 'number' && value.length >= 0 && value.length % 1 === 0;
}
module.exports = exports.default;

Xet Storage Details

Size:
279 Bytes
·
Xet hash:
24be86dc732afe5428d2b2f2abbc9776c83f1f2b0427c8be17b291439ef189ff

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.