Skip to main content
Module

x/commit/mod.ts>Commit

✍️ Parser for the conventional commits specification
Latest
type alias Commit
import { type Commit } from "https://deno.land/x/commit@0.1.5/mod.ts";

Type Parameters

optional
Fields extends string | number | symbol = string | number | symbol
definition: CommitBase & [Field in Exclude<Fields, keyof CommitBase>]?: Field