UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

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