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

Latest commit

 

History

History
28 lines (18 loc) · 442 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 442 Bytes

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.