Module async_function_expr

Source
Expand description

Async Function Expression.

Structsยง

AsyncFunctionExpr
An async function expression is very similar to an async function declaration except used within a wider expression (for example during an assignment).