API Reference / @evolu/common / Evolu/Internal / applyPatches
Function: applyPatches()
function applyPatches(patches, current): readonly Row[];
Defined in: packages/common/src/Evolu/Diff.ts:26
Parameters
Parameter | Type |
---|---|
patches | readonly Patch [] |
current | readonly Row [] |
Returns
readonly Row
[]