observable-fns icon indicating copy to clipboard operation
observable-fns copied to clipboard

Implement more functions

Open andywer opened this issue 6 years ago • 0 comments

New functionality

  • [ ] concat()
  • [ ] debounce()
  • [ ] distinct()
  • [ ] fromEvent()
  • [x] interval()
  • [ ] isObservableLike()
  • [x] merge()
  • [x] pipe()
  • [x] scan()
  • [ ] skip()
  • [ ] take()
  • [ ] throttle()

andywer avatar Dec 02 '19 02:12 andywer