-
Notifications
You must be signed in to change notification settings - Fork 2
common API
This is a description of the isString function. This function checks if object is sting or not
-
strObject Take any Object
Returns boolean true if it is a string false otherwise
Returns true if the given value is a string and is empty.
-
strThe string to check.
Returns any true
This is a description of the isNumber function. This function checks if object is Number or not
-
numberObject Take any Object
Returns boolean true if it is a Number false otherwise
This is a description of the isObject function. This function checks if object is valid JS Object or not
-
objectObject Take any Object
Returns boolean true if it is an Object false otherwise
This is a description of the isBoolean function. This function checks if object is valid boolean Object or not
-
booleanObject Take any Object
Returns boolean true if it is a valid boolean false otherwise
This is a description of the isObjectEmpty function. This function checks if object is Empty or not
-
objObject Take any Object
Returns boolean true if Object is empty false otherwise