Skip to main content
Module

x/lume/core/utils/path.ts>getExtension

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
function getExtension
import { getExtension } from "https://deno.land/x/lume@v2.1.0/core/utils/path.ts";

Get the extension of a path (this works better than std/path)

Parameters

path: string

Returns

string