extra-iterable
Advanced tools
Comparing version 3.0.116 to 3.0.117
@@ -1114,4 +1114,4 @@ /** | ||
* @param x an iterable | ||
* @param n times (-1 โ Inf) | ||
* @returns [...x, ...x, ...(n times)] | ||
* @param n times [-1 โ Inf] | ||
* @returns ...x, ...x, ...(n times) | ||
* */ | ||
@@ -1118,0 +1118,0 @@ |
{ | ||
"name": "extra-iterable", | ||
"version": "3.0.116", | ||
"version": "3.0.117", | ||
"description": "An iterable is a sequence of values.", | ||
@@ -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
123961