function lookupimport { lookup } from "https://dotland.deno.dev/std@0.36.0/media_types/mod.ts"; lookup(path: string): string | undefinedGiven an extension, lookup the appropriate media type for that extension. Likely you should be using contentType() though instead. Parameterspath: stringReturnsstring | undefined