Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xserver/src/deps.ts>extname

X-Server a Deno server module with middleware
Go to Latest
function extname
import { extname } from "https://deno.land/x/xserver@5.1.0/src/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)