UNPKG

phaser4-rex-plugins

Version:
5 lines (3 loc) 180 B
import Diff from './base'; export const characterDiff = new Diff(); export function diffChars(oldStr, newStr, options) { return characterDiff.diff(oldStr, newStr, options); }