Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
76 Bytes
export default function isUndefined(input) {
return input === void 0;
}