Run ❯
Get your
own Node
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
type Primitive = string | number | boolean; const value: Exclude
= true; // a string cannot be used here since Exclude removed it from the type. console.log(typeof value);
boolean