UNPKG

563 BTypeScriptView Raw
1export declare function tagExists(tagName: string): Promise<boolean>;
2export declare function isHeadTag(tagName: string): Promise<boolean>;
3export declare function setTag(tagName: string, { message, sign, debug, dryRun, }?: {
4 message?: string;
5 sign?: boolean;
6 debug?: boolean | ((commandText: string) => string);
7 dryRun?: boolean;
8}): Promise<void>;
9export declare function push(src: string, { repository, debug, dryRun, }?: {
10 repository?: string;
11 debug?: boolean;
12 dryRun?: boolean;
13}): Promise<void>;
14//# sourceMappingURL=git.d.ts.map
\No newline at end of file