Skip to main content
Module

x/media_types/mod.ts>lookup

Deprecated. Use std/media_types instead.
Extremely Popular
Latest
function lookup
Deprecated
Deprecated

use Deno std/media_types instead

import { lookup } from "https://deno.land/x/media_types@deprecated/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