UNPKG

babel-plugin-async-to-promises

Version:

Transpile ES7 async/await to vanilla ES6 Promise chains

4 lines (3 loc) 48 B
async function test() { await db.destroy(); }