UNPKG

conventional-cli

Version:
13 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The command with name, description and usage, if they exist */ class Command { /** * @constructor */ constructor() { } } exports.Command = Command; //# sourceMappingURL=Command.js.map