Skip to main content
Module

x/lume/deps/dom.ts>DOMParserMimeType

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias DOMParserMimeType
import { type DOMParserMimeType } from "https://deno.land/x/lume@v2.1.4/deps/dom.ts";
definition:
| "text/html"
| "text/xml"
| "application/xml"
| "application/xhtml+xml"
| "image/svg+xml"