Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ash/src/path.ts>basename

A stylish web framework for Deno!
Latest
function basename
import { basename } from "https://deno.land/x/ash@1.3.6/src/path.ts";

Returns the basename of a path.

Parameters

path: string

The path to get the basename of.

Returns

string