UNPKG

@aures/custom-react-table

Version:
6 lines (5 loc) 398 B
export declare function important<T>(value: T): T; export declare function idsExistInArray(array1: any[], array2: any[]): boolean; export declare function checkLists(A: string[], B: string[]): boolean; export declare function calculateHeight(calculation?: string | number, th?: string, name?: string): number | null; export declare function ifOneExists(listecols: any, filtres: any): boolean;