@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
4 lines • 494 B
TypeScript
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