Comparing version 0.0.17 to 0.0.18
@@ -57,2 +57,7 @@ export const | ||
L.ivs = L.indexValues = function*(iter) { | ||
let i = -1; | ||
for (const a of iter) yield [i, a]; | ||
}; | ||
L.reverse = function *(arr) { | ||
@@ -59,0 +64,0 @@ var l = arr.length; |
{ | ||
"name": "fxjs2", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Functional Extensions for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14148
340