Skip to content

function_isPlainObject

Wesley de Groot edited this page Oct 23, 2015 · 29 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function isPlainObject

_('.wrapper').isPlainObject(obj)


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

  • @param object [object] Wrapper
  • @param object obj Object to test
  • @return bool
  • @example _.isPlainObject(function(){});
##### Example: `_.isPlainObject(function(){});`



Back to function list

Clone this wiki locally