+1
-1
| { | ||
| "name": "ogen", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "An observable Async/Await. Write async code that looks synchronous.", | ||
@@ -5,0 +5,0 @@ "main": "source/ogen.js", |
+5
-3
@@ -1,4 +0,4 @@ | ||
| # ogen | ||
| # Ogen | ||
| An observable Async/Await. An example for "Learn JavaScript with Eric Elliott" | ||
| An observable Async/Await. Short for (O)bservable (Gen)erator. | ||
@@ -19,3 +19,3 @@ Write asynchronous code that looks synchronous: | ||
| Pass it into `ogen()` and get back an observable that you can subscribe to: | ||
| Pass it into `ogen()` and get back an observable that lets you subscribe to all the yielded values: | ||
@@ -40,2 +40,4 @@ ```js | ||
| Ogen returns a full [Rx Observable instance](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/libraries/main/rx.md#observable-instance-methods), which means you can `.map()`, `.filter()` and `.skip()` to your heart’s content, among other things. | ||
| ## Platform Notes | ||
@@ -42,0 +44,0 @@ |
14442
1.89%56
3.7%