@martymarron/cliff
Version:
11 lines (10 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LiffAppCommandProcessorBase = void 0;
const liff_server_api_1 = require("liff-server-api");
class LiffAppCommandProcessorBase {
constructor(baseUrl) {
this.client = new liff_server_api_1.LiffApiClient(baseUrl);
}
}
exports.LiffAppCommandProcessorBase = LiffAppCommandProcessorBase;