UNPKG

@commercetools/sync-actions

Version:

Build API update actions for the commercetools platform.

7 lines (6 loc) 435 B
export declare const REGEX_NUMBER: RegExp; export declare const REGEX_UNDERSCORE_NUMBER: RegExp; export declare const getIsAddAction: (key: string, resource: unknown) => number; export declare const getIsUpdateAction: (key: string, resource: unknown) => number; export declare const getIsRemoveAction: (key: string, resource: unknown) => boolean; export declare const getIsItemMovedAction: (key: string, resource: unknown) => boolean;