Skip to content

Instantly share code, notes, and snippets.

@aiya000
Created July 12, 2019 09:40
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 aiya000/29e9d27696b1d36464a8307a5dd9deb9 to your computer and use it in GitHub Desktop.
Save aiya000/29e9d27696b1d36464a8307a5dd9deb9 to your computer and use it in GitHub Desktop.

const x: 'a' | 'b' = 'b' 'use strict' const y: 'a' = x as 'a' undefined y 'b'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment