UNPKG

wexen

Version:
4 lines (3 loc) 316 B
import { Controller, Middleware, None } from '../../index.ts'; export declare function controllerMiddleware(controllers: Controller[]): Middleware; export declare function prepareControllers(controllers: Controller[] | None, parentPath?: string, result?: Record<string, Middleware[]>): Record<string, Middleware[]>;