Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MediaType.Parameter

import type { MediaType } from "https://raw.githubusercontent.com/i-xi-dev/mimetype.es/1.2.22/mod.ts"; 

const { Parameter } = MediaType;

The string tuple represents a MIME type parameter.

type Parameter = [string, string];

§Type

§
[string, string]
[src]