@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
4 lines • 365 B
TypeScript
import type http from "node:http";
export declare function mimeTypes(req: http.IncomingMessage, res: http.ServerResponse, mimeTypes: SWAConfigFileMimeTypes): Promise<void>;
export declare function getMimeTypeForExtension(filePathFromRequest: string | URL | null, customMimeType?: SWAConfigFileMimeTypes | undefined): string;
//# sourceMappingURL=mime-types.d.ts.map