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 caaf5e4 commit e048435Copy full SHA for e048435
README.md
@@ -78,3 +78,6 @@ Non-promises will passthrough same as the behavior of the native `await`
78
const [err,answer] = await on(42); //not a promise but ok no big deal
79
console.log(answer) //> 42
80
```
81
+
82
+## License
83
+MIT License. See [License](https://github.com/bitstrider/await-on/blob/master/LICENSE) in the repository.
0 commit comments