Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.222.1/archive/untar.ts";

Iterate over all entries of the tar archive.

Returns

AsyncIterableIterator<TarEntry>