mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 23:44:23 +08:00
3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
import { IncomingHttpHeaders } from 'http';
|
|
export declare type Headers = IncomingHttpHeaders;
|