@langchain/core
Version:
Core LangChain.js abstractions and schemas
14 lines (12 loc) • 473 B
JavaScript
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
import { applyPatch } from "./fast-json-patch/src/core.js";
import { compare } from "./fast-json-patch/src/duplex.js";
import "./fast-json-patch/index.js";
//#region src/utils/json_patch.ts
var json_patch_exports = /* @__PURE__ */ __exportAll({
applyPatch: () => applyPatch,
compare: () => compare
});
//#endregion
export { applyPatch, compare, json_patch_exports };
//# sourceMappingURL=json_patch.js.map