grand-array
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "grand-array", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Easy to use Array Manipulator with tons of Array Operations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,3 @@ # grand-array | ||
GrandArray.findMany(array,value1,value2,valueN) //returns boolean | ||
GrandArray.findMany(array,value1,value2,valueN) //returns booleans | ||
@@ -41,3 +41,3 @@ ``` | ||
GrandArray.connect(array1,array2) //joins bot arrays | ||
GrandArray.connect(array1,array2) //joins both arrays | ||
@@ -55,3 +55,3 @@ GrandArray.merge(array1,array2) //merges the data of both arrays | ||
GrandArray.add(array, value) //adds a value at the end of the array | ||
GrandArray.add(array, value) //adds the value at the end of the array | ||
@@ -75,3 +75,3 @@ GrandArray.addMany(array, value1, value2, valueN) //adds many values at the end of the array | ||
GrandArray.reverse(array) //reverses the array | ||
GrandArray.reverse(array) //returns the reversed array | ||
@@ -78,0 +78,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9593