Skip to main content
Module

std/media_types/mod.ts>lookup

Deno standard library
Go to Latest
function lookup
import { lookup } from "https://deno.land/std@0.34.0/media_types/mod.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