array.partial
Advanced tools
Comparing version
{ | ||
"name": "array.partial", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": | ||
@@ -5,0 +5,0 @@ "Like array.some, but with exclusivity. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.", |
@@ -34,2 +34,4 @@ # array.partial [](https://travis-ci.org/mrchief/array.partial) | ||
Return true if and only if some elements pass the check, otherwise false. | ||
#### array | ||
@@ -36,0 +38,0 @@ |
4132
1.85%66
3.13%