UNPKG

@notross/mongo-singleton

Version:

A lightweight, zero-fuss way to get a single shared MongoDB connection across your Node.js codebase.

13 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogLevel = void 0; var LogLevel; (function (LogLevel) { LogLevel["debug"] = "debug"; LogLevel["error"] = "error"; LogLevel["info"] = "info"; LogLevel["log"] = "log"; LogLevel["warn"] = "warn"; })(LogLevel || (exports.LogLevel = LogLevel = {})); ; //# sourceMappingURL=types.js.map