@josecarlosrz/array-helper
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@josecarlosrz/array-helper", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Array helper to have async behavior and some util methods", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,3 +1,7 @@ | ||
# Introduction | ||
Array helper to have async operations on your arrays, and some utilities like `shuffle` and `unique`. | ||
## Thanks | ||
Thanks to the great documentation on Mozilla and the support from the community. | ||
Thanks to the great documentation found at Mozilla and the support from the community. |
6156
7