UNPKG

@azure/static-web-apps-cli

Version:
4 lines 494 B
import type http from "node:http"; export declare function navigationFallback(req: http.IncomingMessage, res: http.ServerResponse, navigationFallback: SWAConfigFileNavigationFallback): boolean; export declare function isRequestPathExcludedFromNavigationFallback(normalizedDecodedRequestPath: string | undefined, navigationFallback: SWAConfigFileNavigationFallback | undefined, matchedRoute: SWAConfigFileRoute | undefined): boolean | undefined; //# sourceMappingURL=navigation-fallback.d.ts.map