UNPKG

react-tesna-utils

Version:

A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.

4 lines (3 loc) 141 B
type AnyObject = Record<string, any>; export declare function deepCompareAndRemove(obj1: AnyObject, obj2?: AnyObject): AnyObject; export {};