4 lines
265 B
TypeScript
4 lines
265 B
TypeScript
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;
|