wrap
Wrap the given generator fn into a function that returns an Observable.
Arguments
fn
(Function
): A generator function to wrap.
Returns
(Observable
): A function once executed, returns an Observable.
Example
Last updated
Was this helpful?