Skip to content

Instantly share code, notes, and snippets.

@DDzia
Created April 19, 2019 09:08
Show Gist options
  • Save DDzia/a97e8263281787f59abdc4c23d657cbe to your computer and use it in GitHub Desktop.
Save DDzia/a97e8263281787f59abdc4c23d657cbe to your computer and use it in GitHub Desktop.
var User = (function () {
function User() {
}
return User;
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment