grncdr / merge-stream

Merge multiple streams into one interleaved stream
MIT License
214 stars 16 forks source link

Modernize js to ES6 #40

Closed dpilafian closed 4 years ago

dpilafian commented 5 years ago

Update codebase to use new ES6 notation, such as let, const, and =>, in order to make the code easier to read and update for future contributors. This will also help signal to anyone looking at the code that the project is current and maintained.

dpilafian commented 5 years ago

Variables updated: PR #39