UNPKG
@devextreme/runtime
Version:
latest (3.0.13)
4.0.0
3.0.13
3.0.12
3.0.11
3.0.10
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.4
DevExtreme virtual DOM common components
@devextreme/runtime
/
esm
/
react
/
equal-by-value.d.ts
3 lines
(2 loc)
•
190 B
TypeScript
View Raw
1
2
3
export
declare
const
toComparable
:
(
value
:
any
,
caseSensitive
:
boolean
) =>
any
;
export
declare
const
equalByValue
:
(
object1
:
any
,
object2
:
any
,
depth
?:
number
,
strict
?:
boolean
) =>
boolean
;