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

std/media_types/_util.ts>DBEntry

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface DBEntry
import { type DBEntry } from "https://deno.land/std@0.177.0/media_types/_util.ts";

Supporting functions for media_types that do not make part of the public API.

Properties

source: string
optional
compressible: boolean
optional
charset: string
optional
extensions: string[]