Guest User

Untitled

a guest
Mar 24th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. export enum Colors {
  2. RED,
  3. BLUE,
  4. GREEN
  5. }
  6.  
  7. if(color === Colors.RED) {
  8. // Do something
  9. }
Add Comment
Please, Sign In to add comment