Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
84 Bytes
export var now = function () {
return Date.now ? Date.now() : +(new Date());
};