variable MIME_TYPES

Map of file extensions to their corresponding MIME type strings.

Type

Record<string, string>

Usage

import { MIME_TYPES } from "lib/servers/http.ts";