EASYAIuniappNewUI/node_modules/parse-headers/index.d.ts
2025-02-08 18:50:38 +08:00

5 lines
135 B
TypeScript

declare module 'parse-headers' {
function parseHeaders(headers: string): Record<string, string | string[]>
export = parseHeaders
}