UNPKG

duzzle

Version:

Best package to manage your mongodb and server with case and easy

6 lines (5 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.connectDb = void 0; const Connectdb_1 = require("./functions/Connectdb"); Object.defineProperty(exports, "connectDb", { enumerable: true, get: function () { return Connectdb_1.connectDb; } });