Leon4gr45's picture
Upload folder using huggingface_hub
e372349 verified
Raw
History Blame Contribute Delete
222 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.timer = void 0;
const timer = (ms) => new Promise((res) => setTimeout(res, ms));
exports.timer = timer;
//# sourceMappingURL=timer.js.map