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

x/path/mod.ts>Path#del

better path handling for Deno
Latest
method Path.prototype.del
Re-export
import { Path } from "https://deno.land/x/path@v3.0.0/mod.ts";

removes an element from the end of this path and returns the path to allow for chaining