Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created July 26, 2019 18:12
Show Gist options
  • Save carlrip/1cf86bb0ba25fab46fa686c5c4853268 to your computer and use it in GitHub Desktop.
Save carlrip/1cf86bb0ba25fab46fa686c5c4853268 to your computer and use it in GitHub Desktop.
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