UNPKG

472 BTypeScriptView Raw
1import Command from "@oclif/command";
2export declare const sanitizeGitRemote: (remote?: string | undefined) => any;
3export interface Commit {
4 authorName: string | null;
5 authorEmail: string | null;
6}
7export interface GitContext {
8 committer?: string;
9 commit?: string;
10 message?: string;
11 remoteUrl?: string;
12 branch?: string;
13}
14export declare const gitInfo: (log: Command["log"]) => Promise<GitContext | undefined>;
15//# sourceMappingURL=git.d.ts.map
\No newline at end of file