UNPKG

conventional-cli

Version:
12 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The Usage is a Object which contains Section of doc */ class Usage { constructor(sections) { this.sections = sections; } } exports.Usage = Usage; //# sourceMappingURL=Usage.js.map