Import
Usage
You can use it as a normal map operator, but with the ability to skip some values: returning undefined (explicit or implicit).
Bonus: filterUndefined
If you need to filter out undefined
value from and Observable stream you can use the filterUndefined
operator.
Example