UNPKG

simple-git

Version:

Simple GIT interface for node.js

5 lines (4 loc) 247 B
/// <reference types="node" /> import { SpawnOptions } from 'child_process'; import { SimpleGitPlugin } from './simple-git-plugin'; export declare function spawnOptionsPlugin(spawnOptions: Partial<SpawnOptions>): SimpleGitPlugin<'spawn.options'>;