UNPKG

plazbot-cli

Version:
10 lines (9 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.authCommands = void 0; const login_1 = require("./login"); const logout_1 = require("./logout"); exports.authCommands = [ login_1.loginCommand, logout_1.logoutCommand ];