UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

3 lines (2 loc) 133 B
import { Handler, Option } from "../../types.js"; export declare const create: (option: Option, throwIfExists?: boolean) => Handler;