UNPKG

lib-utils-ts

Version:

<img src="https://img.shields.io/npm/v/lib-utils-ts"/> <img src="https://img.shields.io/snyk/vulnerabilities/npm/lib-utils-ts"/> <img src="https://img.shields.io/npm/l/lib-utils-ts"/> <img src="https://img.shields.io/github/languages/top/devGnode/lib-util

19 lines (10 loc) 290 B
import {InetSocketAddr} from "./InetSocketAddr"; export abstract class HttpServer{ private inet:InetSocketAddr; protected constructor(inet:InetSocketAddr, port:number) { } public static create():HttpServer{ return null; } } Object.package(this);