kysely
Preparing search index...
Equals
Type Alias Equals<T, U>
Equals
:
<
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
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...
Evaluates to
true
if the typesT
andU
are equal.