Type Alias TSNamespaceValue<V>

TSNamespaceValue: V extends string ? V : never

Represents a namespaced value, if the value is a string. Used to extract provided types from a TSNamespace (in cases where only stable or unstable is provided).

Type Parameters

  • V