ariaa
Version:
A CLI for music lovers
10 lines • 299 B
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
async function wait(ms) {
return (await import("node:util")).promisify(setTimeout)(ms);
}
__name(wait, "wait");
export {
wait
};
//# sourceMappingURL=functions.js.map