staltz / xstream

An extremely intuitive, small, and fast functional reactive stream library for JavaScript
http://staltz.github.io/xstream/
MIT License
2.37k stars 137 forks source link

26 core operators and factories but I count about 35 #297

Closed PhilT closed 4 years ago

PhilT commented 4 years ago

I'm probably nitpicking but maybe I'm just confused. Has the number 26 just not been updated or are some of the functions not counted as core operators or factories?

staltz commented 4 years ago

You probably counted all operators + factories + methods. Methods aren't operators. E.g.

Did I assume correctly?

PhilT commented 4 years ago

You did. Thanks for clarifying.