simple-git
Version:
Simple GIT interface for node.js
5 lines (4 loc) • 361 B
TypeScript
import type { SimpleGitPlugin } from './simple-git-plugin';
import type { SimpleGitPluginConfig } from '../types';
export declare function isCloneUploadPackSwitch(char: string, arg: string | unknown): boolean;
export declare function blockUnsafeOperationsPlugin({ allowUnsafePack, ...options }?: SimpleGitPluginConfig['unsafe']): SimpleGitPlugin<'spawn.args'>;