📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 19:33:31
📂
/
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
diff
/
libesm
/
diff
✏️
Editing: character.js
import Diff from './base.js'; class CharacterDiff extends Diff { } export const characterDiff = new CharacterDiff(); export function diffChars(oldStr, newStr, options) { return characterDiff.diff(oldStr, newStr, options); }
💾 Save Changes
❌ Cancel