import { Operation, applyPatch } from "./fast-json-patch/src/core.cjs";
import { compare } from "./fast-json-patch/src/duplex.cjs";
export { type Operation, applyPatch, compare };