@speedy-js/mono
Version:
Monorepo development & continuous integration tooling.
11 lines • 405 B
TypeScript
/**
* Module dependencies
*/
import { ChangelogNS } from '../../types';
import { TChangelogProcessor } from './shared';
export interface IDisplayAuthorOptions {
getAuthorPage?(author: ChangelogNS.ICommitAuthor): string;
displayType?: 'name' | 'email';
}
export declare const ChangelogProcessor4AttachAuthor: TChangelogProcessor<IDisplayAuthorOptions>;
//# sourceMappingURL=attach-author.d.ts.map