UNPKG

aroma.js

Version:

A lightweight, feature-rich, and developer-friendly web framework to build modern applications with ease.

4 lines (3 loc) 248 B
export function processMiddlewares(middlewares: any, req: any, res: any): Promise<void>; export function matchRoute(routes: any, req: any): any; export function processErrorHandlers(errorHandlers: any, err: any, req: any, res: any): Promise<void>;