Skip to main content
Module

x/accepts/deps.ts>lookup

Higher level content negotiation for Deno.
Very Popular
Latest
function lookup
import { lookup } from "https://deno.land/x/accepts@2.1.1/deps.ts";

Given an extension, lookup the appropriate media type for that extension. Likely you should be using contentType() though instead.

Parameters

path: string

Returns

string | undefined