UNPKG

git-mob-core

Version:
3 lines (2 loc) 127 B
import { type Author } from '../author'; export declare function createCoAuthorsFile(authorList?: Author[]): Promise<boolean>;