UNPKG

reactive-blocs

Version:
4 lines (3 loc) 171 B
export declare const isPlainObject: (obj: any) => boolean; export declare const compare: (obj1: any, obj2: any) => boolean; export declare const generateId: () => string;