UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 227 B
import type { SimpleGitOptions } from '../types'; import { PluginStore } from './plugin-store'; export declare function customBinaryPlugin(plugins: PluginStore, input?: SimpleGitOptions['binary'], allowUnsafe?: boolean): void;