Skip to main content
Module

x/esbuild_deno_loader/deps.ts>basename

Deno module resolution for `esbuild`
Go to Latest
function basename
import { basename } from "https://deno.land/x/esbuild_deno_loader@0.8.3/deps.ts";

Return the last portion of a path. Trailing directory separators are ignored, and optional suffix is removed.

Parameters

path: string
  • path to extract the name from.
optional
suffix = [UNSUPPORTED]
  • suffix to remove from extracted name.

Returns

string