We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a description of the isString function. This function checks if object is sting or not
str
Returns boolean true if it is a string false otherwise
Returns true if the given value is a string and is empty.
Returns any true
This is a description of the isNumber function. This function checks if object is Number or not
number
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
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
boolean
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
obj
Returns boolean true if Object is empty false otherwise