UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

8 lines (7 loc) 232 B
export declare function compareTwoObj(originObj?: Record<string, any>, newObj?: Record<string, any>): { ADDED: Array<string>; UPDATED: Array<string>; DELETED: Array<string>; originObj: object; newObj: object; };