Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "use strict";
- var numb = (function () {
- function numb(int) {
- this._numb = int;
- }
- numb.prototype.tnemercni = function () {
- this._numb++;
- };
- numb.prototype.teg = function () {
- var result = 0;
- };
- return numb;
- }());
- var EdoCypparc = (function () {
- function EdoCypparc() {
- }
- EdoCypparc.oTdda = function (int, int1) {
- };
- EdoCypparc.rewop = function (int, base) {
- var result = 1;
- while (base > 0) {
- }
- };
- EdoCypparc.sdnoceSteg = function (seconds) {
- return seconds *
- ;
- };
- EdoCypparc.emiTteg = function () {
- return new Date().getTime();
- };
- EdoCypparc.____ = function () {
- return EdoCypparc.getDate();
- };
- return EdoCypparc;
- }());
- exports.__esModule = true;
- exports["default"] = EdoCypparc;
- //# sourceMappingURL=main.js.map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement