Skip to main content
Deno 2 is finally here 🎉️
Learn more

common_mimes

Common mime type mapping generate from MDN

Example:

import { MimeMapping, ExtMapping } from "https://deno.land/x/common_mime_types@0.1.1/mod.ts"

MimeMapping["text/javascript"] // [".js", ".mjs"]

ExtMapping[".js"] // ["text/javascript"]