Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
IsEqual
Type alias IsEqual<A, B>
Is
Equal
<
A
,
B
>
:
(
<
G
>
(
)
=>
G
extends
A
?
1
:
2
)
extends
(
<
G
>
(
)
=>
G
extends
B
?
1
:
2
)
?
true
:
false
Check two type is same.
Type Parameters
A
B
Example
type
E
=
IsEqual
<
3
,
3
>
// true
Copy
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
Check two type is same.