grand-array
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "grand-array", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Easy to use Array Manipulator with tons of Array Operations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # grand-array | ||
# OR | ||
## OR | ||
@@ -20,3 +20,3 @@ ```bash | ||
## Require | ||
# Require | ||
@@ -27,5 +27,5 @@ ```javascript | ||
## Functions | ||
# Functions | ||
# Finding | ||
## Finding | ||
@@ -39,3 +39,3 @@ ```javascript | ||
``` | ||
# Merging and Connecting | ||
## Merging and Connecting | ||
@@ -49,3 +49,3 @@ ```javascript | ||
``` | ||
# Removing and Adding | ||
## Removing and Adding | ||
@@ -70,3 +70,3 @@ ```javascript | ||
# Sorting And Reversing | ||
## Sorting And Reversing | ||
@@ -81,3 +81,3 @@ ```javascript | ||
``` | ||
# Mathematical Operations | ||
## Mathematical Operations | ||
@@ -96,3 +96,3 @@ ```javascript | ||
# Count | ||
## Count | ||
@@ -115,3 +115,3 @@ ```javascript | ||
## New functions will be added and the package will be updated frequently | ||
# New functions will be added and the package will be updated frequently | ||
@@ -118,0 +118,0 @@ |
9581