Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/test_on_localhost/content-type.ts>default

Create a localhost server and run tests
Latest
function default
import { default } from "https://deno.land/x/test_on_localhost@0.2.2/content-type.ts";

Returns the content-type based on the extension of a path.

Parameters

path: string

Returns

string | undefined