UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

9 lines 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Wrap = void 0; async function Wrap(promise) { const wrapped = await promise; return wrapped; } exports.Wrap = Wrap; //# sourceMappingURL=Wrap.js.map