Skip to content

TSNamespaceValue

TSNamespaceValue<V> = V extends string ? V : never

Defined in: src/@types/extensible_events.ts:33

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).

V