UNPKG

git-mob-core

Version:
6 lines (5 loc) 386 B
export declare function execCommand(command: string): Promise<string>; export declare function getConfig(key: string): Promise<string | undefined>; export declare function getAllConfig(key: string): Promise<string | undefined>; export declare function setConfig(key: string, value: string): Promise<void>; export declare function getRepoAuthors(authorFilter?: string): Promise<string>;