Home > @opennd/lib > noInputEmptyInArr
noInputEmptyInArr() function
判断数组中不包含undefined '' null
Signature:
typescript
export declare function noInputEmptyInArr(arr: any): boolean;Parameters
Parameter | Type | Description |
|---|---|---|
arr | any |
boolean