UNPKG

@commercetools/sync-actions

Version:

Build API update actions for the commercetools platform.

5 lines (4 loc) 170 B
export default function extractMatchingPairs<T extends object>(hashMap: object, key: string, before: ArrayLike<T>, now: ArrayLike<T>): { oldObj: T; newObj: T; };