Skip to main content
Module

x/compress/deps.ts>Untar#extract

compress and uncompress for Deno
Latest
method Untar.prototype.extract
import { Untar } from "https://deno.land/x/compress@v0.4.6/deps.ts";

Extract the next entry of the tar archive.

Returns

Promise<TarEntry | null>

A TarEntry with header metadata and a reader to the entry's body, or null if there are no more entries to extract.