Skip to main content
Module

std/media_types/mod.ts>extension

Deno standard library
Go to Latest
function extension
import { extension } from "https://deno.land/std@0.34.0/media_types/mod.ts";

Given a media type, return the most appropriate extension or return undefined if there is none.

Parameters

type: string

Returns

string | undefined