We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b2e8c commit 26113b7Copy full SHA for 26113b7
package.json
@@ -2,8 +2,14 @@
2
"private": true,
3
"name": "@softwareventures/observe-async",
4
"version": "0.0.0-development",
5
- "description": "",
6
- "keywords": [],
+ "description": "Create an rxjs Observable from an asynchronous function",
+ "keywords": [
7
+ "rxjs",
8
+ "observable",
9
+ "async",
10
+ "function",
11
+ "TypeScript"
12
+ ],
13
"author": "Daniel Cassidy <mail@danielcassidy.me.uk>",
14
"homepage": "https://github.com/softwareventures/observe-async",
15
"bugs": "https://github.com/softwareventures/observe-async/issues",
0 commit comments