UNPKG

@commercetools/sync-actions

Version:

Build API update actions for the commercetools platform.

3 lines (2 loc) 166 B
import { Delta } from './types'; export default function findMatchingPairs<T extends object>(diff: Delta, before?: Array<T>, now?: Array<T>, identifier?: string): T;