Wrap an async function which uses a callback for completion in a Promise so it can be used with await.
await
Promise wrapper function
Return type
Function to execute
Optional
Scope
Generated using TypeDoc
Wrap an async function which uses a callback for completion in a Promise so it can be used with
await
.Export
Returns
Promise wrapper function