@vect/matrix-indicator
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "@vect/matrix-indicator", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Indicators for matrix", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "bf98c2986bb3a9bf12df2b4f68987756a0a0844a" | ||
"gitHead": "443742948d7426fcc24443dcb19a9403ddeb7b75" | ||
} |
@@ -13,3 +13,3 @@ # @vect/matrix-indicator | ||
[//]: <> (Shields) | ||
[badge-npm-version]: https://flat.badgen.net/npm/v/@vect/matrix-indicator | ||
[badge-npm-version]: https://flat.badgen.net/npm/cell/@vect/matrix-indicator | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/matrix-indicator | ||
@@ -33,6 +33,6 @@ [badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/matrix-indicator | ||
##### every: | ||
- Return true if every element in a specified column of a matrix matches the input criteria. | ||
- Return true if every element in a specified col 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 column of a matrix matches the input criteria. | ||
- Return true if at least one element in a specified col of a matrix matches the input criteria. | ||
- Return false if either height or width is zero. | ||
@@ -39,0 +39,0 @@ |
5279