UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

4 lines (3 loc) 261 B
import { OutgoingHttpHeaders } from 'node:http2'; export type AnyHeaders = Headers | HeadersInit | Record<string, string> | Array<[string, string]> | OutgoingHttpHeaders | undefined; export declare function mergeHeaders(...headers: Array<AnyHeaders>): Headers;