UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

5 lines (4 loc) 144 B
/** * Find the difference between two objects. */ export declare const getObjectDelta: <T extends object>(a: T, b: Partial<T>) => Partial<T>;