function proxyRequestimport { proxyRequest } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.93/src/src.deps.ts"; proxyRequest(req: Request,proxyRoot: string,base: string,path: string,search?: string,hash?: string,redirectMode?: "error" | "follow" | "manual",cacheControl?: Record<string, string>,forceCache?: boolean,): Promise<Response>Parametersreq: RequestproxyRoot: stringbase: stringpath: stringoptionalsearch: stringoptionalhash: stringoptionalredirectMode: "error" | "follow" | "manual"optionalcacheControl: Record<string, string>optionalforceCache: booleanReturnsPromise<Response>