UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

3 lines (2 loc) 241 B
import type { InputOutputAdapter } from '@yeoman/types'; export declare const adapterProgress: <ReturnType_1>(adapter: ProgressAdapter | InputOutputAdapter, fn: ProgressCallback<ReturnType_1>, options?: any) => Promise<void | ReturnType_1>;