UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

8 lines (7 loc) 237 B
export * from './types'; export { express } from './common'; import { WebApp } from './WebApp'; export { WebApp }; export declare const init: typeof WebApp.init; import * as middleware from '../server.middleware'; export { middleware };