1.0.1 • Published 8 years ago

enable-async v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

enable-async

Automatically enables async/await on Node.js 7 the moment it is required.

Installation

npm install --save enable-async

How to use

Simply require the module and you're ready to start using async/await keywords in Node.js 7.

require('enable-async');

More on async/await

License

MIT