V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { SimpleGitOptions } from '../types';
|
||||
import { SimpleGitPlugin } from './simple-git-plugin';
|
||||
export declare function abortPlugin(signal: SimpleGitOptions['abort']): (SimpleGitPlugin<"spawn.before"> | SimpleGitPlugin<"spawn.after">)[] | undefined;
|
||||
Reference in New Issue
Block a user