Flatlogic Bot 33b1653816 V3
2026-02-16 03:42:10 +00:00

4 lines
126 B
TypeScript

/// <reference types="node" />
import { IncomingHttpHeaders } from 'http';
export declare type Headers = IncomingHttpHeaders;