Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/accepts/deps.ts>lookup

Higher level content negotiation for Deno.
Very Popular
Go to Latest
function lookup
Re-export
Deprecated
Deprecated

use Deno std/media_types instead

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