BaseClass.js 269 B

123456789
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0}),
  5. (i.default = class {
  6. static getInstance(...t) {
  7. return this._instance || (this._instance = new this(...t)), this._instance;
  8. }
  9. });