Methods
# static getTypeof(value) → {string}
Gets type of value using Object.prototype.toString.call(value).
Parameters:
| Name | Type | Description | 
|---|---|---|
| value | any | Any kind of value (string, object, array, function, etc). | 
- Type of value, normalized to a lowercase string.
        
        
string