UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

7 lines (6 loc) 228 B
import { AppServer } from '../../../http/server'; import { ProviderInterface } from '../../../interfaces'; export declare class AppServerProvider implements ProviderInterface { httpServer(): AppServer; launch(): void; }