Skip to content

Instantly share code, notes, and snippets.

@adrian-afergon
Created December 17, 2018 20:16
Show Gist options
  • Save adrian-afergon/fce4c16af244a9472df8fe0b280a0405 to your computer and use it in GitHub Desktop.
Save adrian-afergon/fce4c16af244a9472df8fe0b280a0405 to your computer and use it in GitHub Desktop.
// ts code:
const id: characterId = 'irrelevant';
const character: Hero = getCharacterBy(id);
// character.run(); -> Heros never run.
character.saveTheDay();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment