cosmicord.js
Version:
Cosmicord.js is a powerful and intuitive Lavalink wrapper designed to simplify the process of integrating Lavalink into your Node.js applications.
9 lines (8 loc) • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./Node.interface"), exports);
tslib_1.__exportStar(require("./Rest.interface"), exports);
tslib_1.__exportStar(require("./Player.interface"), exports);
tslib_1.__exportStar(require("./Socket.interface"), exports);
tslib_1.__exportStar(require("./Cosmicord.interface"), exports);