"~effect/Channel"String literal type used as the unique brand for Channel values.
type IDs
Source effect/Channel.ts:5410 lines
export type type TypeId = "~effect/Channel"String literal type used as the unique brand for Channel values.
Runtime identifier stored on Channel values and used by isChannel to
recognize them.
TypeId = "~effect/Channel"
/**
* Runtime identifier stored on `Channel` values and used by `isChannel` to
* recognize them.
*
* @category type IDs
* @since 4.0.0
*/
export const const TypeId: TypeIdString literal type used as the unique brand for Channel values.
Runtime identifier stored on Channel values and used by isChannel to
recognize them.
TypeId: type TypeId = "~effect/Channel"String literal type used as the unique brand for Channel values.
Runtime identifier stored on Channel values and used by isChannel to
recognize them.
TypeId = "~effect/Channel"Referenced by 2 symbols