Installation
npm install --save @types/generate-changelog
Summary
This package contains type definitions for generate-changelog (https://github.com/lob/generate-changelog#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/generate-changelog.
export interface Options {
allowUnknown?: boolean | undefined;
exclude?: string[] | undefined;
patch?: boolean | undefined;
minor?: boolean | undefined;
major?: boolean | undefined;
repoUrl?: string | undefined;
tag?: string | undefined;
}
export function generate(options: Options): Promise<string>;
Additional Details
- Last updated: Thu, 08 Jul 2021 12:02:02 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Florian Keller.