Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
132 Bytes
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};