Type Alias Context<K, V>

Context: K & { __context__: V }

A context key.

A context key can be any type of object, including strings and symbols. The Context type brands the key type with the __context__ property that carries the type of the value the context references.

Type Parameters

  • K
  • V