Repository URL to install this package:
|
Version:
0.0.6 ▾
|
import 'src/bootstrap/setup';
import 'src/bootstrap/polyfill/server';
import { Express as ExpressAppType } from 'express';
declare const app: import("express-serve-static-core").Express;
declare function decorateApp(expressApp?: ExpressAppType): void;
declare function setupApp(expressApp?: ExpressAppType): void;
declare function start(): void;
export { start, decorateApp, setupApp, app };