Hyperlinkv0.8.0-beta.28

Stdio

Stdio.TypeIdtypeeffect/Stdio.ts:31
"~effect/Stdio"

String literal type used as the unique brand for the Stdio service.

When to use

Use to type the runtime identifier stored on Stdio service implementations.

type IDs
Source effect/Stdio.ts:3114 lines
export type TypeId = "~effect/Stdio"

/**
 * Runtime identifier stored on `Stdio` service implementations.
 *
 * **Details**
 *
 * This marker is part of the runtime representation of `Stdio` service
 * implementations.
 *
 * @category type IDs
 * @since 4.0.0
 */
export const TypeId: TypeId = "~effect/Stdio"
Referenced by 2 symbols