MCPcopy Create free account
hub / github.com/conventional-changelog/commitlint / WithInput

Interface WithInput

@commitlint/types/src/format.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface WithInput {
19 input?: string;
20}
21
22export interface FormattableReport {
23 results?: (FormattableResult & WithInput)[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected