1.2.3 • Published 3 years ago

ui_utility v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Utility UI

Table of Contents

  1. Installation
  2. usage

1. Installation

npm install ui_utility or npm i ui_utility

usages

Functionparametersresults
isValidResponseanyreturns true if value is not empty string, null or undefined.
isValidStringanyreturns true if value is not empty string, null or undefined and type is string.
isValidObjectanyreturns true if value is not empty string, null or and type is object.
isValidObjectWithLengthanyreturns true if value is not empty string, null or undefined, type is object and length is greater than zero.
1.2.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.0

3 years ago

1.0.1

3 years ago