UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

4 lines (3 loc) 189 B
import type { MemFsEditor } from '../index.js'; import { CopyOptions } from './copy.js'; export default function (this: MemFsEditor, from: string, to: string, options?: CopyOptions): void;