grand-array
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -52,2 +52,5 @@ module.exports = { | ||
}, | ||
clone : function(arr){ | ||
return arr; | ||
}, | ||
findMany : function(arr){ | ||
@@ -54,0 +57,0 @@ var ans = ""; |
{ | ||
"name": "grand-array", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Easy to use Array Manipulator with tons of Array Operations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,2 +46,4 @@ # grand-array | ||
GrandArray.clone(array) //clones the specified array | ||
``` | ||
@@ -48,0 +50,0 @@ ## Removing and Adding |
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
9805
241
120