https://github.com/arb/as-god-intended
Enforce callback style asynchronous programming
https://github.com/arb/as-god-intended
Last synced: about 1 month ago
JSON representation
Enforce callback style asynchronous programming
- Host: GitHub
- URL: https://github.com/arb/as-god-intended
- Owner: arb
- Created: 2017-12-18T16:21:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T17:07:10.000Z (over 8 years ago)
- Last Synced: 2025-02-03T14:16:31.756Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# as-god-intended
[](https://travis-ci.org/arb/as-god-intended)
[](https://www.npmjs.com/package/as-god-intended)
Simple module to smooth out the style difference between callbacks, `Promises` and `async/await`.
## Usage
`require('as-god-intended')` or `import from 'as-god-intended'` in the entry point of the application.