UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 269 B
import type { RawResponseHeader } from './type'; export declare function transformHeaderToTuples(key: string, value: RawResponseHeader): [string, string][]; export declare function transformHeadersToTuples(input: Record<string, RawResponseHeader>): [string, string][];