UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

7 lines (5 loc) 326 B
/* istanbul ignore file */ 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";