method Lazy.prototype.toAsyncimport { Lazy } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; toAsync(): LazyAsync<T>Convert to a LazyAsync, which better handles chains of Promises. ReturnsLazyAsync<T>