Skip to content

flbeta_function_isEmpty

Wesley de Groot edited this page Sep 15, 2016 · 33 revisions
                     _          
                    (_)         
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.0.8 Beta

Function isEmpty

_.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:

bool




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