@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
12 lines • 306 B
TypeScript
/** @packageDocumentation
* @module Utilities
*/
/** Performs a shallow difference check on two objects.
* @internal
*/
export declare const shallowDiffers: (a: {
[key: string]: any;
} | undefined, b: {
[key: string]: any;
} | undefined) => boolean;
//# sourceMappingURL=shallowDiffers.d.ts.map