Async identity function.
Value to return.
Promise resolving to the value.
await identityAsync(5); // 5 Copy
await identityAsync(5); // 5
1.2.0
Async identity function.