tomi / fromfrom

A JS library written in TS to transform sequences of data from format to another
MIT License
480 stars 9 forks source link

fix: fix object sequences not being iterable more than once #81

Closed tomi closed 4 years ago

tomi commented 4 years ago

When an object is passed to the from function, it needs to be internally converted into an iterable so it can be iterated. There was a bug how this was done, which prevented a Sequence from being iterated more than once.

fix #80