JS Utils Kit
    Preparing search index...

    Type Alias CommitType

    CommitType: keyof typeof COMMIT_TYPES

    Union type of all supported commit types.

    Includes standard types (feat, fix, etc.) and the special BREAKING CHANGE marker.

    Derived from the keys of COMMIT_TYPES.