UNPKG

299 BTypeScriptView Raw
1import { App } from "./app";
2import { Routes } from "./routes";
3declare class Expresser {
4 private static _instance;
5 static get Instance(): Expresser;
6 newInstance(): Expresser;
7 app: App;
8 routes: Routes;
9 version: string;
10}
11declare const _default: Expresser;
12export = _default;