method Untar.prototype.[Symbol.asyncIterator]import { Untar } from "https://dotland.deno.dev/std@0.224.0/archive/mod.ts"; [Symbol.asyncIterator](): AsyncIterableIterator<TarEntry>Iterate over all entries of the tar archive. ReturnsAsyncIterableIterator<TarEntry>