Skip to content

common API

phoenixide edited this page Sep 12, 2022 · 4 revisions

isString

This is a description of the isString function. This function checks if object is sting or not

Parameters

Returns boolean true if it is a string false otherwise

isStringEmpty

Returns true if the given value is a string and is empty.

Parameters

  • str The string to check.

Returns any true

isNumber

This is a description of the isNumber function. This function checks if object is Number or not

Parameters

  • number Object Take any Object

Returns boolean true if it is a Number false otherwise

isObject

This is a description of the isObject function. This function checks if object is valid JS Object or not

Parameters

  • object Object Take any Object

Returns boolean true if it is an Object false otherwise

isBoolean

This is a description of the isBoolean function. This function checks if object is valid boolean Object or not

Parameters

  • boolean Object Take any Object

Returns boolean true if it is a valid boolean false otherwise

isObjectEmpty

This is a description of the isObjectEmpty function. This function checks if object is Empty or not

Parameters

Returns boolean true if Object is empty false otherwise

Clone this wiki locally