import { fromStreamSource } from "https://deno.land/x/rimbu@1.0.3/stream/custom/index.ts";
type
{ <T>(source: StreamSource.NonEmpty<T>): Stream.NonEmpty<T>; <T>(source: StreamSource<T>): Stream<T>; }
import { fromStreamSource } from "https://deno.land/x/rimbu@1.0.3/stream/custom/index.ts";