Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/edcb/deps/media_types.ts>lookup

A build tool and task runner for Deno.
Latest
function lookup
import { lookup } from "https://deno.land/x/edcb@v1.0.0-alpha.8/deps/media_types.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