-
-
Save kypflug/5ece2ca2766c09b3fbf6 to your computer and use it in GitHub Desktop.
// call the async function, wait for the result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// call the async function, wait for the result | |
let func = async () => await httpGet(url); | |
return await func(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment