UNPKG

ts-site-starter

Version:

![npm](https://img.shields.io/npm/v/ts-site-starter.svg) ![license](https://img.shields.io/npm/l/ts-site-starter.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/ts-site-starter.svg)

8 lines (7 loc) 413 B
import { configureRest } from './lib/rest-config'; import * as routerConfig from './lib/router-config'; import { BasicRoutes } from './lib/router'; import { serverConfig } from './lib/server-config'; import { AppRequest, AppResponse } from './lib/types'; import { handlerDecorator } from './lib/utils'; export { AppRequest, AppResponse, BasicRoutes, configureRest, routerConfig, serverConfig, handlerDecorator };