Hyperlinkv0.8.0-beta.28

Stream

Stream.TypeIdtypeeffect/Stream.ts:76
"~effect/Stream"

String literal type used as the unique brand for Stream values.

type IDs
Source effect/Stream.ts:7617 lines
export type TypeId = "~effect/Stream"

/**
 * Runtime identifier stored on `Stream` values and used by `isStream` to
 * recognize them.
 *
 * **Details**
 *
 * This marker is part of the runtime representation of `Stream` values. Prefer
 * `isStream` when narrowing unknown values.
 *
 * @see {@link isStream} for the public guard that checks this identifier
 *
 * @category type IDs
 * @since 4.0.0
 */
export const TypeId: TypeId = "~effect/Stream"
Referenced by 2 symbols