DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
153 Bytes
export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map