mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
125 Bytes
"use strict";
var getTime = Date.prototype.getTime;
module.exports = function () { return new Date(getTime.call(this)); };