Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Created December 8, 2016 03:52
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 iam-peekay/b85900d430c2d27e0c0cb1240f79d32e to your computer and use it in GitHub Desktop.
Save iam-peekay/b85900d430c2d27e0c0cb1240f79d32e to your computer and use it in GitHub Desktop.
type Name = string;
type Email = string;
var myName: Name = 'Preethi';
var myEmail: Email = 'iam.preethi.k@gmail.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment