summary refs log tree commit diff
path: root/dist/index.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 16:14:17 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 16:14:17 +0100
commit996878cbe3eefed32fbf87e172b98e43df355f19 (patch)
tree0db9abb57eb429c370c989fbd1d353dd41dc699b /dist/index.js
parent:wrench: build (diff)
downloadserver-996878cbe3eefed32fbf87e172b98e43df355f19.tar.xz
:art: rename Database -> db
Diffstat (limited to 'dist/index.js')
-rw-r--r--dist/index.js35
1 files changed, 35 insertions, 0 deletions
diff --git a/dist/index.js b/dist/index.js
new file mode 100644

index 00000000..ecd64489 --- /dev/null +++ b/dist/index.js
@@ -0,0 +1,35 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DefaultOptions = exports.db = exports.Constants = exports.Config = exports.checkToken = void 0; +const checkToken_1 = require("./checkToken"); +Object.defineProperty(exports, "checkToken", { enumerable: true, get: function () { return checkToken_1.checkToken; } }); +const Config_1 = __importStar(require("./Config")); +exports.Config = Config_1.default; +Object.defineProperty(exports, "DefaultOptions", { enumerable: true, get: function () { return Config_1.DefaultOptions; } }); +const Database_1 = __importDefault(require("./Database")); +exports.db = Database_1.default; +const Constants = __importStar(require("./Constants")); +exports.Constants = Constants; +//# sourceMappingURL=index.js.map \ No newline at end of file