1.2.3 • Published 4 years ago
ui_utility v1.2.3
Utility UI
Table of Contents
1. Installation
npm install ui_utility or npm i ui_utility
usages
| Function | parameters | results |
|---|---|---|
| isValidResponse | any | returns true if value is not empty string, null or undefined. |
| isValidString | any | returns true if value is not empty string, null or undefined and type is string. |
| isValidObject | any | returns true if value is not empty string, null or and type is object. |
| isValidObjectWithLength | any | returns true if value is not empty string, null or undefined, type is object and length is greater than zero. |