Skip to main content
Module

x/dnx/AsyncIterator.ts>from

Fluent modular JavaScript utility library.
Go to Latest
function from
import { from } from "https://deno.land/x/dnx@0.0.3/AsyncIterator.ts";

Parameters

unnamed 0: { next(): Promise<IteratorResult<T>>; }

Returns

AsyncIterableIterator<T>