UNPKG

chzzk-z

Version:

chzzk-z is naver streaming platform Chzzk Library

19 lines 792 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChzzkModule = void 0; const channel_1 = require("./chzzk/channel"); const chat_1 = require("./chzzk/chat"); const chzzk_connector_option_dto_1 = require("./chzzk/dtos/chzzk-connector-option.dto"); const live_1 = require("./chzzk/live"); const user_1 = require("./chzzk/user"); class ChzzkModule { constructor() { const option = new chzzk_connector_option_dto_1.ChzzkModuleOptionDto(); this.channel = new channel_1.ChzzkChannel(this, option); this.chat = new chat_1.ChzzkChat(this, option); this.live = new live_1.ChzzkLive(this, option); this.user = new user_1.ChzzkUser(this, option); } } exports.ChzzkModule = ChzzkModule; //# sourceMappingURL=module.js.map