UNPKG

conventional-changelog-ghostwriter

Version:
9 lines (8 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const parser_opts_1 = require("./parser-opts"); const writer_opts_1 = require("./writer-opts"); exports.default = { parserOpts: parser_opts_1.default, writerOpts: writer_opts_1.default, };