UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

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