UNPKG

@thissudhir/gitcleancommit

Version:

A beautiful CLI tool for creating clean, conventional git commits with spell checking and automatic integration

3 lines (2 loc) 134 B
export declare function checkSpelling(message: string): string[]; export declare function getSuggestion(word: string): string | null;