Commit 18c43bb9 by Beebuddy Builder

v6

1 parent 05d79ff8
Showing with 5 additions and 8 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Object.defineProperty(exports, "__esModule", { Object.defineProperty(exports, "__esModule", {
value: true value: true
}); });
exports.default = void 0; exports.Utils = void 0;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
...@@ -34,5 +34,4 @@ function () { ...@@ -34,5 +34,4 @@ function () {
return Utils; return Utils;
}(); }();
var _default = Utils; exports.Utils = Utils;
exports.default = _default; \ No newline at end of file
\ No newline at end of file
class Utils { export class Utils {
/** /**
* @description Testasdfasdfasdf * @description Testasdfasdfasdf
* @param {String} str * @param {String} str
...@@ -8,5 +8,3 @@ class Utils { ...@@ -8,5 +8,3 @@ class Utils {
return `=======>${str}<=======`; return `=======>${str}<=======`;
} }
} }
\ No newline at end of file
export default Utils;
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!