UNPKG

keep-a-changelog

Version:

Node package to parse and generate changelogs following the [keepachangelog](https://keepachangelog.com/) format.

4 lines 244 B
import type { ParsedPath } from "../types.js"; export declare function _format(sep: string, pathObject: Partial<ParsedPath>): string; export declare function assertArg(pathObject: Partial<ParsedPath>): void; //# sourceMappingURL=format.d.ts.map