Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/path/src/Path.ts>Path#del

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

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