Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
Equals
Type alias Equals<T, U>
Equals
<
T
,
U
>
:
(
<
G
>
(
)
=>
G
extends
T
?
1
:
2
)
extends
(
<
G
>
(
)
=>
G
extends
U
?
1
:
2
)
?
true
:
false
Evaluates to
true
if the types
T
and
U
are equal.
Type Parameters
T
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Evaluates to
trueif the typesTandUare equal.