Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
DefaultNever
Type Alias DefaultNever<T, V>
Default
Never
<
T
,
V
>
:
[
T
]
extends
[
never
]
?
V
:
T
Creates a type which is V when T is
never
, otherwise T.
Type Parameters
T
V
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
matrix-js-sdk
Loading...
Creates a type which is V when T is
never
, otherwise T.