UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

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