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