UNPKG

git-mob-core

Version:
3 lines (2 loc) 130 B
import { Author } from '../author'; export declare function repoAuthorList(authorFilter?: string): Promise<Author[] | undefined>;