Skip to content

function_isPlainObject

Wesley de Groot edited this page Oct 30, 2015 · 29 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v0.0.7 Final

Function isPlainObject

_.isPlainObject(obj)



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

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/wesdegroot/_.js/wiki/Function%20List)

Clone this wiki locally