import { diffWords } from 'diff'; import type { Change } from 'diff'; type UmbDiffChange = Change; export { diffWords }; export type { UmbDiffChange };