UNPKG

lean-laas-cli

Version:
8 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commands = (program) => { const commands = {}; commands.hello = require('./hello').command(program); return commands; }; //# sourceMappingURL=index.js.map