UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

14 lines 454 B
/** * Check if value is empty * @param value any object or primitive * @returns true when value is empty */ export declare const isEmpty: (value: unknown) => boolean; /** * Allow to deep compare any passed values * @param firstValue unknown * @param secondValue unknown * @returns true when elements are equal */ export declare const isEqual: (firstValue: unknown, secondValue: unknown) => boolean; //# sourceMappingURL=deep-equal.utils.d.ts.map