/** * Shallow compare of two objects * @returns boolean - true if objects are the same false if difference */ export declare const shallowEqual: >(a: Partial, b: Partial) => boolean; //# sourceMappingURL=shallow-equal.d.ts.map