function isMediaTypeimport { isMediaType } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/isMediaType.ts?s=isMediaType";isMediaType(value: string, types: string[]): string | falseGiven a value of the content type of a request and an array of types, provide the matching type or false if no types are matched. Parametersvalue: string[src]types: string[][src]Returnsstring | false[src]