generated from aicore/template-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
common API
phoenixide edited this page Jun 20, 2022
·
1 revision
This is a description of the isString function. This function checks if object is sting or not
Type: function
-
str
Object Take any Object
Returns boolean true if it is a string false otherwise
This is a description of the isNumber function. This function checks if object is Number or not
Type: function
-
number
Object Take any Object
Returns boolean true if it is a Number false otherwise