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