Module await_expr

Module await_expr 

Source
Expand description

Await expression node.

Structsยง

AwaitExpr
An await expression is used within an async function to pause execution and wait for a promise to resolve.