Comparing version 1.0.31 to 1.0.32
{ | ||
"name": "helprjs", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "array helper library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -260,2 +260,12 @@ # helprjs | ||
#### isAll - Demo not available | ||
``` | ||
pass in object array, key and function. | ||
const isBelow = (currentValue) => currentValue < 99; | ||
const result = isAll(people, 'age', isBelow) | ||
console.log('result', result) | ||
// true | ||
``` | ||
#### isArray - [Demo](https://codesandbox.io/s/isarray-8k28g?file=/src/App.js:0-222) | ||
@@ -262,0 +272,0 @@ ``` |
22168
54
317
409