UNPKG

@elsikora/git-branch-lint

Version:
5 lines (4 loc) 93 B
export interface IInputValidationResult { errorMessage?: string; isValid: boolean; }