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