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