Cosmos Journeyer API Documentation - v1.10.4
Preparing search index...
utils/types
StrictEqual
Type Alias StrictEqual<X, Y>
StrictEqual
:
<
T
>
()
=>
T
extends
X
?
1
:
2
extends
<
T
>
()
=>
T
extends
Y
?
1
:
2
?
true
:
false
Strict (non-distributive) type equality that even distinguishes
any
.
Type Parameters
X
Y
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Cosmos Journeyer API Documentation - v1.10.4
Loading...
Strict (non-distributive) type equality that even distinguishes
any
.