Update Utils.d.ts

pull/4186/head
mertsincan 2023-07-12 10:44:06 +01:00
parent 6f8e16f0ae
commit a00e1a07a0
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ export declare class ObjectUtils {
static equals(obj1: any, obj2: any, field: string): boolean;
static deepEquals(a: any, b: any): boolean;
static resolveFieldData(data: any, field: string): any;
static isFunction(obj: any): boolean;
static filter(value: any, fields: any, filterValue: any): any;
static reorderArray(value: any, from: number, to: number): void;
static findIndexInList(value: any, list: any[], dataKey?: string): number;