TSNamespace
TSNamespace<
N> =NextendsNamespacedValue<infer S, infer U> ?TSNamespaceValue<S> |TSNamespaceValue<U> :never
Defined in: src/@types/extensible_events.ts:26
Represents the stable and unstable values of a given namespace.
Type Parameters
Section titled “Type Parameters”N