Skip to content

Instantly share code, notes, and snippets.

@DDzia
Created April 19, 2019 09:12
Show Gist options
  • Save DDzia/df75bb8a017702d6aa390a9b8f87ba8a to your computer and use it in GitHub Desktop.
Save DDzia/df75bb8a017702d6aa390a9b8f87ba8a to your computer and use it in GitHub Desktop.
var Names;
(function (Names) {
Names[Names["Alex"] = 0] = "Alex";
Names[Names["Denis"] = 1] = "Denis";
})(Names || (Names = {}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment