Module

x/proc/site/scripts/deps/path.ts>extname

A better way to work with processes in Deno.
Go to Latest
function extname
import { extname } from "https://dotland.deno.dev/x/proc@0.21.9/site/scripts/deps/path.ts";

Return the extension of the path with leading period.

Parameters

path: string

with extension

Returns

string

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