197 BTypeScriptView Raw
1import { SimpleGit, SimpleGitOptions } from '../../../typings';
2export declare function gitP(...args: [] | [string] | [Partial<SimpleGitOptions>] | [string, Partial<SimpleGitOptions>]): SimpleGit;