Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "arey", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Experimental module that uses ES6 classes to extend `Array`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,4 +11,4 @@ # arey | ||
list.of(1,2,3); // [1,2,3] | ||
list.isArray([1,2,3]) // true | ||
Arey.of(1,2,3); // [1,2,3] | ||
Arey.isArray([1,2,3]) // true | ||
``` | ||
@@ -15,0 +15,0 @@ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
1612
28
0