Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 275 Bytes

RxJS operator orderedMerge

This operator merges results of an Observable of Observable like mergeAll but it additionally keep order of values.

How to build

npm run build

How to test

npm run test

How does it work?

Check the test folder for examples.