@vect/vector-indicator
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@vect/vector-indicator", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Indicators for vector", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "443742948d7426fcc24443dcb19a9403ddeb7b75" | ||
"gitHead": "905765544ca61493e928240a7599712c176c7502" | ||
} |
@@ -32,6 +32,6 @@ # @vect/vector-indicator | ||
##### every: | ||
- Return true if every element in a specified col of a matrix matches the input criteria. | ||
- Return true if every element in a specified column of a matrix matches the input criteria. | ||
- Return true if either height or width is zero. | ||
##### some: | ||
- Return true if at least one element in a specified col of a matrix matches the input criteria. | ||
- Return true if at least one element in a specified column of a matrix matches the input criteria. | ||
- Return false if either height or width is zero. | ||
@@ -38,0 +38,0 @@ |
4991