We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async function foo() { return "hi"; }
First thing I get is An async function must have a valid awaitable return type.
An async function must have a valid awaitable return type.
From a UX perspective, this is very confusing. If you add es2015.promise to your lib, it goes away.
es2015.promise