Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.14.1/stream/custom/stream-custom.ts";

type

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