UNPKG

babel-plugin-async-to-promises

Version:

Transpile ES7 async/await to vanilla ES6 Promise chains

7 lines (6 loc) 86 B
async function test(object) { var key; for (key in object) { await key; } }