Skip to main content
Module

x/dnx/Iterator.ts>from

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

Parameters

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

Returns

IterableIterator<T>