Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/media_types/mod.ts>extensions

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

A map of extensions for a given media type.

type

Map<string, string[]>