UNPKG

@racla-dev/node-iris

Version:

TypeScript port of Python irispy-client module for KakaoTalk bot development

16 lines 544 B
"use strict"; /** * Batch Controller for handling batch processing and scheduled tasks */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchController = void 0; const logger_1 = require("@/utils/logger"); const BaseController_1 = require("./BaseController"); class BatchController extends BaseController_1.BaseController { constructor() { super(); this.logger = new logger_1.Logger('BatchController'); } } exports.BatchController = BatchController; //# sourceMappingURL=BatchController.js.map