Skip to main content
Module

x/rimbu/stream/custom/stream-custom.ts>fromStreamSource

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

type

{ <T>(source: StreamSource.NonEmpty<T>): Stream.NonEmpty<T>; <T>(source: StreamSource<T>): Stream<T>; }