UNPKG

@iopa/router

Version:

Lightweight and fast router for IOPA applications

7 lines 275 B
import { IContextIopa, AppHandler } from '@iopa/types'; declare type NamedAppHandler = AppHandler & { id: string; }; export declare function compose(middleware: NamedAppHandler[]): (context: IContextIopa) => Promise<void>; export {}; //# sourceMappingURL=compose.d.ts.map