UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 216 B
import { SpawnOptions } from 'child_process'; import { SimpleGitPlugin } from './simple-git-plugin'; export declare function spawnOptionsPlugin(spawnOptions: Partial<SpawnOptions>): SimpleGitPlugin<'spawn.options'>;