UNPKG

ariaa

Version:
10 lines 299 B
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