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

x/ayonli_jsext/archive.ts>Tarball#remove

A JavaScript extension package for building strong and modern applications.
Latest
method Tarball.prototype.remove
Re-export
import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";

Removes an entry from the archive by its relative path.

This function returns true if the entry is successfully removed, or false if the entry does not exist.

Parameters

relativePath: string

Returns

boolean