Created
July 26, 2019 18:12
-
-
Save carlrip/1cf86bb0ba25fab46fa686c5c4853268 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| const { name = "Unknown" }: { name: string } = await getCharacter(1); | |
| console.log(name); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment