UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

5 lines (4 loc) 195 B
import { CommanderHandler, LeafCommand } from "../../../../types"; export declare const init: () => Promise<CommanderHandler>; declare const initCommand: LeafCommand; export default initCommand;