UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 284 B
import type { SimpleGitPlugin } from './simple-git-plugin'; import type { SimpleGitPluginConfig } from '../types'; export declare function blockUnsafeOperationsPlugin({ allowUnsafeProtocolOverride, allowUnsafePack, }?: SimpleGitPluginConfig['unsafe']): SimpleGitPlugin<'spawn.args'>;