UNPKG

@notross/mongo-singleton

Version:

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

10 lines 269 B
export var LogLevel; (function (LogLevel) { LogLevel["debug"] = "debug"; LogLevel["error"] = "error"; LogLevel["info"] = "info"; LogLevel["log"] = "log"; LogLevel["warn"] = "warn"; })(LogLevel || (LogLevel = {})); ; //# sourceMappingURL=types.js.map