UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

3 lines (2 loc) 126 B
import { Handler } from "../../types"; export declare const create: (origin: string, ...handlers: Array<Handler>) => Handler;