UNPKG

@azure/static-web-apps-cli

Version:
5 lines 366 B
import type http from "node:http"; export declare function handleFunctionRequest(req: http.IncomingMessage, res: http.ServerResponse): void; export declare function isFunctionRequest(req: http.IncomingMessage, rewritePath?: string): boolean; export declare function validateFunctionTriggers(url: string): Promise<void>; //# sourceMappingURL=function.handler.d.ts.map