Skip to main content
Module

x/mime_types/mod.ts>lookup

TypeScript portage of mime-types (on npm) for Deno.
Latest
function lookup
import { lookup } from "https://deno.land/x/mime_types@1.0.0/mod.ts";

Lookup the MIME type for a file path/extension.

Parameters

path: string

Returns

false | string