DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
163 Bytes
export default (function (o, c) {
c.prototype.isSameOrAfter = function (that, units) {
return this.isSame(that, units) || this.isAfter(that, units);
};
});