method Stream._getSource
Stream._getSource(): () => AsyncGenerator<Result<T, E>>

Internal method used to enable things like zip There's probably no reason to call this

Return Type

() => AsyncGenerator<Result<T, E>>

Usage

import { type Stream } from ".";