enable-async
v1.0.1
Published
Turns on async/await on Node.js 7
Downloads
8
Readme
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