UNPKG

text-compare-vue3

Version:

A powerful text comparison plugin for Vue.js with character-level diff support

3 lines (2 loc) 141 B
import type { DiffResult } from '../types' export function getDiffParts(oldText: string, newText: string, ignoreCase?: boolean): DiffResult;