Skip to main content
Module

x/plug/deps.ts>extname

🔌 Deno FFI helper module
Go to Latest
function extname
import { extname } from "https://deno.land/x/plug@1.0.3/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)