UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

19 lines (18 loc) 485 B
/// <reference types="node" /> import * as http from 'http'; import { Server } from './_server'; import './http_service'; export * from './_server'; /** * @class Server Impl */ export declare class ServerIMPL extends Server { private m_checkIntervalId; protected initializ(server: http.Server): void; } declare const _default: { ServerIMPL: typeof ServerIMPL; setShared: (server: Server) => void; readonly shared: Server | null; }; export default _default;