UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

5 lines (4 loc) 298 B
export { Application, AppConfigurator } from "./application/application"; export { Controller, ControllerConfiguration, ControllerHandler } from "./controller/controller"; export { Route, RouteConfigurator, RouteHandler } from "./route/route"; export { RequestError } from "./error/request.error";