UNPKG

165 BTypeScriptView Raw
1import { SimpleGitPlugin } from './simple-git-plugin';
2export declare function commandConfigPrefixingPlugin(configuration: string[]): SimpleGitPlugin<'spawn.args'>;