mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update Utils.d.ts
This commit is contained in:
parent
422d994bfa
commit
423e88c553
1 changed files with 4 additions and 0 deletions
4
components/lib/utils/Utils.d.ts
vendored
4
components/lib/utils/Utils.d.ts
vendored
|
@ -75,6 +75,10 @@ export declare class ObjectUtils {
|
|||
static convertToFlatCase(str: string): string;
|
||||
static isEmpty(value: any): boolean;
|
||||
static isNotEmpty(value: any): boolean;
|
||||
static isFunction(value: any): boolean;
|
||||
static isObject(value: any): boolean;
|
||||
static isDate(value: any): boolean;
|
||||
static isArray(value: any): boolean;
|
||||
static isPrintableCharacter(char: string): boolean;
|
||||
static findLast(value: any[], callback: () => any): any;
|
||||
static findLastIndex(value: any[], callback: () => any): number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue