Skip to main content
Module

std/path/posix.ts>basename

Deno standard library
Go to Latest
function basename
import { basename } from "https://deno.land/std@0.78.0/path/posix.ts";

Return the last portion of a path. Trailing directory separators are ignored.

Parameters

path: string
optional
ext = [UNSUPPORTED]

Returns

string