array.partial
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "array.partial", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": | ||
"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.", | ||
"When you want array.some but not array.every. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.", | ||
"main": "index.js", | ||
@@ -7,0 +7,0 @@ "repository": "https://github.com/mrchief/array.partial.git", |
# array.partial [![Build Status](https://travis-ci.org/mrchief/array.partial.svg?branch=master)](https://travis-ci.org/mrchief/array.partial) | ||
> Like array.some but with exclusivity | ||
[![npm](https://img.shields.io/npm/v/array.partial.svg)](https://www.npmjs.com/package/array.partial) | ||
[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/array.partial.svg)](https://bundlephobia.com/result?p=array.partial) | ||
--- | ||
> When you want array.some but not array.every | ||
Useful when you need to determine "partially" selected states - like partially selecting tree nodes when some but not all child nodes are checked. | ||
@@ -6,0 +11,0 @@ |
4529
77