Function: textDiff()
function textDiff(
text1,
text2,
cursorPos?,
cleanup?): Diff[]
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/fast-diff@1.3.0/node_modules/fast-diff/diff.d.ts:1
Parameters
Parameter | Type |
---|---|
text1 | string |
text2 | string |
cursorPos ? | | number | CursorInfo |
cleanup ? | boolean |
Returns
Diff
[]