UNPKG

@elsikora/git-branch-lint

Version:
12 lines (11 loc) 256 B
/** * Format error messages for CLI output */ export declare class ErrorFormatter { /** * Format an error message * @param message The error message * @returns The formatted error message */ format(message: string): string; }