git-mob-core
Version:
Git Mob Core library to manage co-authoring
6 lines (5 loc) • 386 B
TypeScript
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>;