UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

6 lines (5 loc) 241 B
import { type Options as GlobbyOptions } from 'globby'; import type { MemFsEditor } from '../index.js'; export default function deleteAction(this: MemFsEditor, paths: string | string[], options?: { globOptions?: GlobbyOptions; }): void;