export { DiffOp } from './diff-op.enum'; export { type Diff } from './diff.type'; export { PatchOperation } from './patch-operation.class'; export { DiffMatchPatch } from './diff-match-patch.class';