UNPKG

reg-notify-github-plugin

Version:

Notify reg-suit result to GitHub repository

9 lines (8 loc) 235 B
export interface ConfigSection { name: string; keys: { [key: string]: string; }; } export declare function readGitConfig(): string | undefined; export declare function parseGitConfig(file: string): ConfigSection[];