@sapphire/utilities
Version:
Common JavaScript utilities for the Sapphire Community
14 lines (11 loc) • 360 B
JavaScript
;
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/lib/sleepSync.ts
function sleepSync(ms, value) {
return value;
}
__name(sleepSync, "sleepSync");
exports.sleepSync = sleepSync;
//# sourceMappingURL=sleepSync.cjs.map
//# sourceMappingURL=sleepSync.cjs.map