magner
Version:
Universal admin panel magnetic to any backend
6 lines (5 loc) • 356 B
TypeScript
type FuncType = (arg_1: Record<string, any>, arg_2: Record<string, any>) => void;
/** Special function used only in filters that makes a deep object comparison and
* applies properties from the 2nd argument to properties in 1st argument only if they exist there. */
declare const filterUrlDataComparison: FuncType;
export default filterUrlDataComparison;