UNPKG

keeno-mongodb

Version:

Implments function to create mongodb connections and winston logger using mongodb

10 lines (6 loc) 213 B
// index.js: "use strict"; // load all necessary modules const createDB = require("./lib/createDB"); const createWinstonLog = require("./lib/createWinstonLog"); module.exports = { createDB, createWinstonLog };