UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

9 lines (7 loc) 466 B
/* istanbul ignore file */ export { Application, AppConfigurator } from "./application/application"; export { Controller, ControllerConfiguration, type ControllerHandler } from "./controller/controller"; export { Route, RouteConfigurator, type RouteHandler } from "./route/route"; export { ExpressAdapter } from "./express-adapter/adapter"; export { type RouteConfiguration, type ArrowExpress } from "./types"; export { RequestError } from "./error/request.error";