Skip to main content
Module

x/fastro/http/deps.ts>extname

Fast and simple web application framework for deno
Go to Latest
function extname
import { extname } from "https://deno.land/x/fastro@v0.81.5/http/deps.ts";

Return the extension of the path with leading period.

Parameters

path: string

with extension

Returns

string

extension (ex. for file.ts returns .ts)