Skip to content

Instantly share code, notes, and snippets.

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 josescasanova/ef1045e74180d7f7cab4849cd7e94bae to your computer and use it in GitHub Desktop.
Save josescasanova/ef1045e74180d7f7cab4849cd7e94bae to your computer and use it in GitHub Desktop.
const foo: {bar: boolean} = {bar: true};
if (foo.baz) {
console.log('blargh');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment