UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

4 lines (3 loc) 139 B
import type { Got, InstanceDefaults } from './types.js'; declare const create: (defaults: InstanceDefaults) => Got; export default create;