UNPKG

gatsby-plugin-utils

Version:
4 lines (3 loc) 177 B
import type { Headers } from "got"; import type { Store } from "gatsby"; export declare function getRequestHeadersForUrl(passedUrl: string, store?: Store): Headers | undefined;