e372349
1
2
3
4
5
6
"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