UNPKG

web-dev-server

Version:

Node.js simple http server for common development or training purposes.

5 lines (4 loc) 122 B
import { IApplication } from "./IApplication"; export interface IApplicationConstructor { new (): IApplication; }