Module

x/proc/tests/deps/path.ts>extname

A better way to work with processes in Deno.
Latest
function extname
import { extname } from "https://dotland.deno.dev/x/proc@0.21.9/tests/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)