observable-fns
observable-fns copied to clipboard
Implement more functions
New functionality
- [ ] concat()
- [ ] debounce()
- [ ] distinct()
- [ ] fromEvent()
- [x] interval()
- [ ] isObservableLike()
- [x] merge()
- [x] pipe()
- [x] scan()
- [ ] skip()
- [ ] take()
- [ ] throttle()