Skip to content

function_isEmpty

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

Function isEmpty

_('.wrapper').isEmpty(check)


isEmpty is a object empty?

Parameter list

Type @var Description Required
object [object] Wrapper Optional
object check object to test Required
#### Example: `_.isEmpty(myObject);`

Returns:

Array



Back to function list

Clone this wiki locally