Skip to content

Instantly share code, notes, and snippets.

@DDzia
Created April 19, 2019 19:42
Show Gist options
  • Save DDzia/9fbe78867231fb3bbc14e58bbbb797c0 to your computer and use it in GitHub Desktop.
Save DDzia/9fbe78867231fb3bbc14e58bbbb797c0 to your computer and use it in GitHub Desktop.
var Size;
(function (Size) {
Size[Size["One"] = 1] = "One";
Size["All"] = "all";
})(Size || (Size = {}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment