UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

3 lines (2 loc) 145 B
import { Handler, LeafCommand } from "../../../types.js"; export declare const create: (command: LeafCommand, errorMessage?: string) => Handler;