An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# as-god-intended
[![Build Status](https://travis-ci.org/arb/as-god-intended.svg?branch=master)](https://travis-ci.org/arb/as-god-intended)
[![Current Version](https://img.shields.io/npm/v/as-god-intended.svg)](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.