UNPKG

git-mob-core

Version:
6 lines (5 loc) 197 B
import { type Author } from '../author'; export declare enum AuthorTrailers { CoAuthorBy = "Co-authored-by:" } export declare function messageFormatter(txt: string, authors: Author[]): string;