Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as fun from "https://raw.githubusercontent.com/baetheus/fun/main/async_iterable.ts";

This file contains the AsyncIterable algebraic data type. AsyncIterable is the generic type for javascripts built in AsyncIterator type.

§Variables

ApplicableAsyncIterable
bind
bindTo
FilterableAsyncIterable
FlatmappableAsyncIterable
MappableAsyncIterable
tap
WrappableAsyncIterable

§Functions

apply
asyncIterable
clone
collect
delay
filter
filterMap
flatmap
fold
forEach
fromIterable
fromPromise
loop
map
partition
partitionMap
range
repeat
scan
take
takeUntil
takeWhile
wrap

§Interfaces

KindAsyncIterable