changelog-tools
Version:
A set of tools for changelog parsing and generation
6 lines (5 loc) • 312 B
TypeScript
export * from "./lib/types";
export { LegacyParser } from "./lib/LegacyParser";
export { ChangelogParserInterface } from "./lib/ChangelogParserInterface";
export { MarkedChangelogParser } from "./lib/MarkedChangelogParser";
export { MarkedChangelogParser as ChangelogParser } from "./lib/MarkedChangelogParser";