UNPKG

wexen

Version:
3 lines (2 loc) 186 B
import { HttpHeaderList, HttpHeaders } from '../../index.ts'; export declare function newHttpHeaders(items: HttpHeaderList & Record<string, undefined | string | string[]>): HttpHeaders;