UNPKG

@yi-xu-0100/conventional-commit-types-i18n

Version:
12 lines (11 loc) 374 B
export interface ConventionalCommitsTypes { types: { [type: string]: { title: string; description: string; }; }; } export declare function conventionalCommitsTypes(locale?: string): ConventionalCommitsTypes; export declare function getTypes(locale?: string): ConventionalCommitsTypes; export default conventionalCommitsTypes;