UNPKG

conventional-cli

Version:
10 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** The section with properties of usage's doc */ class Section { constructor(properties) { this.properties = properties; } } exports.Section = Section; //# sourceMappingURL=Section.js.map