UNPKG

gatsby

Version:
4 lines (3 loc) 207 B
import type { RequestHandler } from "express"; export declare const thirdPartyProxyPath = "/__third-party-proxy"; export declare function partytownProxy(partytownProxiedURLs: Array<string>): RequestHandler;