UNPKG

@nodearch/express

Version:
10 lines 443 B
import express from 'express'; import { ErrorRegistry } from '../errors/error-registry.js'; import { IExpressRouteHandlerInput } from './interfaces.js'; export declare class RouteHandler { private readonly errorRegistry; constructor(errorRegistry: ErrorRegistry); create(controllerMethodName: string, inputs: IExpressRouteHandlerInput[]): express.Handler; private getHandlerParams; } //# sourceMappingURL=route-handler.d.ts.map