Skip to main content
Module

x/media_types/mod.ts>lookup

A module that assists in resolving media types and extensions.
Extremely Popular
Go to Latest
function lookup
Deprecated
Deprecated

use Deno std/media_types instead

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