latest
denoland/stdUtilities for working with file system paths
f
extname
Return the extension of the path with leading period (".").
Add Package
deno add jsr:@std/path
Import symbol
import * as mod from "@std/path/extname";
Import directly with a jsr specifier
import * as mod from "jsr:@std/path/extname";