Skip to content

common API

phoenixide edited this page Jun 20, 2022 · 1 revision

utils/common

isString

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

Type: function

Parameters

Returns boolean true if it is a string false otherwise

isNumber

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

Type: function

Parameters

  • number Object Take any Object

Returns boolean true if it is a Number false otherwise

Clone this wiki locally