way2web-helpers
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "way2web-helpers", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Making arrays fun again.", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -15,3 +15,3 @@ # Way 2 Help | ||
age: 93, | ||
city: 'Patmos', | ||
city: ['Patmos', 'Rome'], | ||
}, | ||
@@ -53,3 +53,3 @@ { | ||
age: 93, | ||
city: 'Patmos', | ||
city: ['Patmos', 'Rome'], | ||
}, | ||
@@ -109,3 +109,3 @@ { | ||
age: 93, | ||
city: 'Patmos', | ||
city: ['Patmos', 'Rome'], | ||
}, | ||
@@ -128,3 +128,3 @@ { | ||
age: 93, | ||
city: 'Patmos', | ||
city: ['Patmos', 'Rome'], | ||
}, | ||
@@ -171,3 +171,3 @@ { | ||
age: 93, | ||
city: 'Patmos', | ||
city: ['Patmos', 'Rome'], | ||
}, | ||
@@ -181,2 +181,25 @@ { | ||
] | ||
exampleArray.multifilter('city', 'Rome'); | ||
[ | ||
{ | ||
id: 0, | ||
name: 'John', | ||
age: 93, | ||
city: ['Patmos', 'Rome'] | ||
}, | ||
{ | ||
id: 1, | ||
name: 'Peter', | ||
age: 62, | ||
city: 'Rome' | ||
}, | ||
{ | ||
id: 2, | ||
name: 'Paul', | ||
age: 62, | ||
city: 'Rome' | ||
}, | ||
] | ||
``` | ||
@@ -398,4 +421,4 @@ | ||
[downloads-image]: https://img.shields.io/npm/dm/way2web-helpers.svg | ||
[downloads-image]: https://img.shields.io/npm/dt/way2web-helpers.svg | ||
[npm-url]: https://www.npmjs.com/package/way2web-helpers | ||
[npm-image]: https://img.shields.io/npm/v/way2web-helpers.svg |
15212
418