UNPKG

@azure/static-web-apps-cli

Version:
4 lines 365 B
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