Felix Becker
Felix Becker
Should recursively flatten an Iterable where the emitted values are Iterables themselves. Should take an optional predicate function to allow skipping the children of an item. This would essentially make...
- enables importing only needed operators - improves test structure + coverage - could enable functional interface by exporting operators as raw functions
Can catch the `next()` call and instead emit the value returned by the function
Should add/remove a database entry for the given migration
I will bump version to v1.0.0 once I have this working in a project in production