$ npm 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
© 2010 - cnpmjs.org x YWFE | Home | YWFE