Type alias TSNamespaceValue<V>

TSNamespaceValue<V>: 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

Generated using TypeDoc