export { applyPatch, type ApplyPatchOptions } from './applyPatch';
export { compare, type CompareOptions } from './compare';
export { difference } from './difference';
export { mergePatch } from './mergePatch';
export type { Patch, TestPatch, AddPatch, ReplacePatch, RemovePatch, CopyPatch, MovePatch, } from './type';
