UNPKG

@halsp/native

Version:

Halsp 的 NodeJS 原生环境

9 lines (7 loc) 175 B
import * as http from "http"; declare module "@halsp/core" { interface Context { get reqStream(): http.IncomingMessage; get resStream(): http.ServerResponse; } }