UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

5 lines (4 loc) 132 B
import { Handler } from "../../types.js"; export declare const create: (handlerArgs?: Array<{ argument: string; }>) => Handler;