UNPKG

siegel

Version:

Web application development ecosystem

6 lines (5 loc) 391 B
import http2, { Http2Server } from 'http2'; import type { ServerBootParams } from '../types'; declare function createHTTP2Server(params: ServerBootParams): Promise<http2.Http2Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse, typeof http2.Http2ServerRequest, typeof http2.Http2ServerResponse>>; export default createHTTP2Server; export type { Http2Server };