UNPKG

@halsp/native

Version:

Halsp 的 NodeJS 原生环境

8 lines (6 loc) 188 B
import http from "http"; import net from "net"; import https from "https"; export interface NativeOptions extends net.ListenOptions, http.ServerOptions { https?: https.ServerOptions; }