UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

3 lines (2 loc) 258 B
import { Handler, HTTPMethod, ParameterMappings, ResponsePostProcessor } from "../../../types"; export declare const create: (method: HTTPMethod, path: string, parameterMappings?: ParameterMappings, responsePostProcessor?: ResponsePostProcessor) => Handler;