Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

jamesplease/underscore-medley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

underscore-medley

An assortment of Underscore mixins

containsAny

_.containsAny( container, containees )

Returns true if any element of containees can be found within container.

containsAll

_.containsAll( container, containees )

Tests whether container holds every element of containees

isSet

_.isSet( someVar );

Tests whether it's safe to access a variable's properties.