Skip to main content
Go to Latest
method Untar.prototype.[Symbol.asyncIterator]
import { Untar } from "https://deno.land/std@0.223.0/archive/untar.ts";

Iterate over all entries of the tar archive.

Returns

AsyncIterableIterator<TarEntry>