UNPKG

@eighty4/changelog

Version:
7 lines (6 loc) 269 B
export type MakeNewOpts = { repo: string; }; export declare function parseArgs(args: Array<string>): MakeNewOpts; export declare function makeNewChangelogFromCliArgs(args: Array<string>): string; export declare function makeNewChangelog(opts: MakeNewOpts): string;