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

std/media_types/mod.ts>types

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable types
import { types } from "https://deno.land/std@0.167.0/media_types/mod.ts";

A map of the media type for a given extension

type

Map<string, KeyOfDb>