Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
IsEqual
Type alias IsEqual<T, U>
Is
Equal
<
T
,
U
>
:
(
<
T1
>
(
)
=>
T1
extends
T
?
1
:
2
)
extends
(
<
T2
>
(
)
=>
T2
extends
U
?
1
:
2
)
?
true
:
false
判断两个类型是否相等
Type Parameters
T
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wsvaio/utils
Progress
BuiltInObjects
Compose
JsonableObj
DeepKeys
DeepOmit
DeepPartial
DeepPick
IsEqual
IsOptional
Jsonable
JsonableArr
JsonableBasic
Middleware
Parameters
ToUnionOfFunction
UnionToIntersection
ValueOf
Writeable
filePickerKey
arrayToTree
Loading...
Generated using
TypeDoc
判断两个类型是否相等