Skip to content

flbeta_function_isPlainObject

Wesley de Groot edited this page Nov 5, 2017 · 32 revisions
                     _          
                    (_)         
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.1.0 Beta

Function isPlainObject

_.isPlainObject(obj)



Check to see if an object is a plain object (created using "{}" or "new Object").


🌍 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:

_.isPlainObject(function () {})


Returns:

bool




[Back to function list](https://github.com/wdg/_.js/wiki/Function%20List%20(Beta))
Clone this wiki locally