UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 265 B
import type { SimpleGitPlugin } from './simple-git-plugin'; import type { SimpleGitOptions } from '../types'; export declare function timeoutPlugin({ block, stdErr, stdOut, }: Exclude<SimpleGitOptions['timeout'], undefined>): SimpleGitPlugin<'spawn.after'> | void;