"~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 type ServiceTypeId =
"~effect/Context/Service"
String literal type used as the runtime type identifier for Context
service keys.
Runtime type identifier attached to Context service keys and used by
isKey to recognize them.
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 const ServiceTypeId: ServiceTypeIdString literal type used as the runtime type identifier for Context
service keys.
Runtime type identifier attached to Context service keys and used by
isKey to recognize them.
ServiceTypeId: type ServiceTypeId =
"~effect/Context/Service"
String literal type used as the runtime type identifier for Context
service keys.
Runtime type identifier attached to Context service keys and used by
isKey to recognize them.
ServiceTypeId = "~effect/Context/Service"Referenced by 5 symbols