UNPKG

babel-plugin-async-to-promises

Version:

Transpile ES7 async/await to vanilla ES6 Promise chains

6 lines (5 loc) 91 B
async function test() { var _resp = 2; console.log(await x()); console.log(_resp); }