method LazyAsync.prototype.skipimport { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; skip(count: number): LazyAsync<T>Skip (up to) the first count elements Parameterscount: numberReturnsLazyAsync<T>