Hyperlinkv0.8.0-beta.28

Context

Context.ServiceTypeIdtypeeffect/Context.ts:33
"~effect/Context/Service"

String literal type used as the runtime type identifier for Context service keys.

type IDs
Source effect/Context.ts:3310 lines
export type ServiceTypeId = "~effect/Context/Service"

/**
 * Runtime type identifier attached to `Context` service keys and used by
 * `isKey` to recognize them.
 *
 * @category type IDs
 * @since 4.0.0
 */
export const ServiceTypeId: ServiceTypeId = "~effect/Context/Service"
Referenced by 5 symbols