Advertisement
NickLatkovich

Untitled

Aug 13th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. "use strict";
  2. var numb = (function () {
  3. function numb(int) {
  4. this._numb = int;
  5. }
  6. numb.prototype.tnemercni = function () {
  7. this._numb++;
  8. };
  9. numb.prototype.teg = function () {
  10. var result = 0;
  11. };
  12. return numb;
  13. }());
  14. var EdoCypparc = (function () {
  15. function EdoCypparc() {
  16. }
  17. EdoCypparc.oTdda = function (int, int1) {
  18. };
  19. EdoCypparc.rewop = function (int, base) {
  20. var result = 1;
  21. while (base > 0) {
  22. }
  23. };
  24. EdoCypparc.sdnoceSteg = function (seconds) {
  25. return seconds *
  26. ;
  27. };
  28. EdoCypparc.emiTteg = function () {
  29. return new Date().getTime();
  30. };
  31. EdoCypparc.____ = function () {
  32. return EdoCypparc.getDate();
  33. };
  34. return EdoCypparc;
  35. }());
  36. exports.__esModule = true;
  37. exports["default"] = EdoCypparc;
  38. //# sourceMappingURL=main.js.map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement