Skip to main content
Module

x/rimbu/stream/async-custom/async-stream-custom.ts>fromAsyncStreamSource

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
variable fromAsyncStreamSource
import { fromAsyncStreamSource } from "https://deno.land/x/rimbu@0.14.1/stream/async-custom/async-stream-custom.ts";

type

{ <T>(source: AsyncStreamSource.NonEmpty<T>): AsyncStream.NonEmpty<T>; <T>(source: AsyncStreamSource<T>): AsyncStream<T>; }