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

MediaType.CompareOptions

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

const { CompareOptions } = MediaType;

The MediaType equivalent comparison option.

type CompareOptions = {
caseInsensitiveParameters: Array<string>;
}
;

§Type

§
{
caseInsensitiveParameters: Array<string>;
}
[src]