multi-mongo
Version:
MongoDB-based auth store for Baileys with single-collection multi-session in one collection support.
6 lines • 326 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.useMongoDBAuthState = void 0;
const auth_1 = require("./auth/auth");
Object.defineProperty(exports, "useMongoDBAuthState", { enumerable: true, get: function () { return auth_1.useMongoDBAuthState; } });
//# sourceMappingURL=index.js.map
;