SimplifyUtils Class
This module exposes the different domain object on which different API calls can be invoked upon.
Item Index
Methods
Methods
generateRandomNumber
()
String
Function to generate a random number.
Returns:
String:
Returns a generated number
isLiveKey
(
Boolean
-
key
Function to check whether an API key is live or not.
Parameters:
-
key
StringAPI key to check
Returns:
Boolean:
Returns true is the key is a public API key
isUndefined
(
Boolean
-
value
Function to check whether a value/object is undefined.
Parameters:
-
value
ObjectObject to check if it's type is 'undefined'
Returns:
Boolean:
Returns true if object's type is 'undefined'