UNPKG

@tsed/common

Version:
7 lines (6 loc) 239 B
import { EndpointMetadata } from "../../mvc"; import type { PlatformContext } from "../domain/PlatformContext"; /** * @ignore */ export declare function bindEndpointMiddleware(endpoint: EndpointMetadata): (ctx: PlatformContext) => void;