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/d5e8d96b1e612a961f95aba4df95feb3 to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/d5e8d96b1e612a961f95aba4df95feb3 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