UNPKG

simple-git

Version:

Simple GIT interface for node.js

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