Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Created October 4, 2021 21:11
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 przemyslawjanpietrzak/33d4baaec64f8d048e33dd0afefa12f5 to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/33d4baaec64f8d048e33dd0afefa12f5 to your computer and use it in GitHub Desktop.
export var PLACE;
(function (PLACE) {
PLACE[PLACE["FIRST"] = 1] = "FIRST";
PLACE[PLACE["SECOND"] = 2] = "SECOND";
})(PLACE || (PLACE = {}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment