Skip to content

function_type

Wesley de Groot edited this page Jul 31, 2018 · 29 revisions
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v1.0.0 Final

Function type

_.type(obj)



What kind of object is parsed?


🌍 Universal function

This function is for the Command Line Interface and Websites!


Parameter list

Type @var Description Required
object [object] Wrapper Optional
object obj Object to test Required

Example:

_.type(function () { })


Returns:

string




Back to function list
Clone this wiki locally