"~effect/Stream"String literal type used as the unique brand for Stream values.
export type type TypeId = "~effect/Stream"String literal type used as the unique brand for Stream values.
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.
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 const TypeId: TypeIdString literal type used as the unique brand for Stream values.
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.
TypeId: type TypeId = "~effect/Stream"String literal type used as the unique brand for Stream values.
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.
TypeId = "~effect/Stream"