Skip to content

Instantly share code, notes, and snippets.

@balanza
Created January 30, 2019 20:05
Show Gist options
  • Save balanza/53c3c906d06440d69c2cf44a52fbe184 to your computer and use it in GitHub Desktop.
Save balanza/53c3c906d06440d69c2cf44a52fbe184 to your computer and use it in GitHub Desktop.
const certified: CertifiedMobile = { status: 'certified', value: '543234531' }
printMobile(certified) // warn: Your mobile is not confirmed!
printMobileAlternative(certified) // unhandled exception: illegal state! mobile.status=certified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment