$ cnpm install @putout/plugin-add-return-await
????Putout plugin adds ability to find and add return await. Part of @putout/promises.
npm i @putout/plugin-add-return-await
{
"rules": {
"add-return-await": "on"
}
}
async function world() {
return hello();
}
async function world() {
return await hello();
}
MIT
Copyright 2013 - present © cnpmjs.org | Home |