Skip to content

Instantly share code, notes, and snippets.

@borlaym
Created October 3, 2019 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borlaym/ff5cb8566339c460f7a2659f652a62a5 to your computer and use it in GitHub Desktop.
Save borlaym/ff5cb8566339c460f7a2659f652a62a5 to your computer and use it in GitHub Desktop.
The issue
function method(value: { prop?: string }) {
if (value.prop) {
otherMethod();
value.prop.charAt(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment