UNPKG

wexen

Version:
7 lines (6 loc) 202 B
import { Middleware } from '../../index.ts'; import { SecureServerOptions } from 'node:http2'; export type WebServerConfig = SecureServerOptions & { port: number; middlewares?: Middleware[]; };