Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Untar.prototype.[Symbol.asyncIterator]
import { Untar } from "https://deno.land/std@0.204.0/archive/untar.ts";

Iterate over all entries of the tar archive.

Returns

AsyncIterableIterator<TarEntry>