vending-machine/mobile/node_modules/parse-headers/index.d.ts
2026-04-03 06:07:13 +08:00

5 lines
135 B
TypeScript

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