SheetXL - v0.3.20
Preparing search index...
@sheetxl/utils
CommonUtils
removeEqualValues
Function removeEqualValues
removeEqualValues
(
update
:
any
,
original
:
any
,
isEqual
?:
(
update
:
any
,
original
:
any
)
=>
boolean
,
)
:
void
Removes from update any values that are identical in original.
Parameters
update
:
any
original
:
any
isEqual
:
(
update
:
any
,
original
:
any
)
=>
boolean
= equalityCompare
Returns
void
Remarks
This mutates the update object.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SheetXL - v0.3.20
Loading...
Removes from update any values that are identical in original.