UNPKG

@gitmoji/commit-types

Version:
4 lines (3 loc) 204 B
export declare type CommitTypes = 'build' | 'ci' | 'docs' | 'feat' | 'fix' | 'perf' | 'refactor' | 'revert' | 'style' | 'test' | 'wip' | 'chore'; declare const types: CommitTypes[]; export default types;