You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consthey: 'hey'='hey';constvalue=Math.random()>0.5 ? 'hey' : 'nay';if(value===hey){// here expected value to be of type 'hey' (we just asserted it), actual string}