UNPKG

@halsp/native

Version:

Halsp 的 NodeJS 原生环境

9 lines (8 loc) 217 B
/// <reference types="node" /> import * as http from "http"; declare module "@halsp/core" { interface Context { get reqStream(): http.IncomingMessage; get resStream(): http.ServerResponse; } }