@std/media-types@0.215.0
latest
Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Utility functions for media types (MIME types).
This API is inspired by the GoLang mime package
and jshttp/mime-types, and is
designed to integrate and improve the APIs from
x/media-types.
The vendor folder contains copy of the
jshttp/mime-db db.json file along
with its license.
Add Package
deno add jsr:@std/media-types
Import symbol
import * as media_types from "@std/media-types";
Import directly with a jsr specifier
import * as media_types from "jsr:@std/media-types";