@langchain/core
Version:
Core LangChain.js abstractions and schemas
11 lines (9 loc) • 355 B
text/typescript
import { Operation } from "./core.cjs";
//#region src/utils/fast-json-patch/src/duplex.d.ts
/**
* Create an array of patches from the differences in two objects
*/
declare function compare(tree1: Object | Array<any>, tree2: Object | Array<any>, invertible?: boolean): Operation[];
//#endregion
export { compare };
//# sourceMappingURL=duplex.d.cts.map