UNPKG

tsunamy

Version:

A new typesript framework

8 lines (7 loc) 255 B
import { Configuration } from './types/Configuration'; import { Class } from './types/Class'; export declare class Server { currentServerHttps: any; currentServerHttp: any; bootstrapModule(module: Class, CONFIGURATION: Configuration): void; }