keep-a-changelog
Version:
Node package to parse and generate changelogs following the [keepachangelog](https://keepachangelog.com/) format.
4 lines • 312 B
TypeScript
export declare function stripSuffix(name: string, suffix: string): string;
export declare function lastPathSegment(path: string, isSep: (char: number) => boolean, start?: number): string;
export declare function assertArgs(path: string, suffix: string): string | undefined;
//# sourceMappingURL=basename.d.ts.map