UNPKG

@langchain/core

Version:
11 lines (9 loc) 353 B
import { Operation } from "./core.js"; //#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.ts.map