extra-iterable
Advanced tools
Comparing version 3.0.115 to 3.0.116
@@ -1123,3 +1123,3 @@ /** | ||
* @param x an iterable | ||
* @returns TODO | ||
* @returns x[|x|-1], x[|x|-2], ..., x[1], x[0] | ||
* */ | ||
@@ -1126,0 +1126,0 @@ |
@@ -959,3 +959,3 @@ 'use strict'; | ||
var a = from$(x); | ||
for (var i = a.length - 1; i >= 0; i--) | ||
for (var i = a.length - 1; i >= 0; --i) | ||
yield a[i]; | ||
@@ -962,0 +962,0 @@ } |
{ | ||
"name": "extra-iterable", | ||
"version": "3.0.115", | ||
"version": "3.0.116", | ||
"description": "An iterable is a sequence of values.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
123963