core.diffobjects
Home > @medplum/core > diffObjects
diffObjects() function
Signature:
export declare function diffObjects(input: any, output: any, ptr: Pointer, diff?: Diff): Operation[];
Parameters
Parameter | Type | Description |
|---|---|---|
input | any | |
output | any | |
ptr | ||
diff | (Optional) |
Returns: