UNPKG

gatsby

Version:
11 lines (10 loc) 320 B
import type { IHeader } from "../../redux/types"; type Headers = IHeader["headers"]; export declare const createHeadersMatcher: (headers: Array<IHeader> | undefined, pathPrefix: string) => (path: string, defaultHeaders: { key: string; value: string; }[]) => { key: string; value: string; }[]; export {};