UNPKG

mongo-mocker

Version:

A Promise/Generator Driven Mocked MongoDB Layer

3 lines (2 loc) 98 B
const MongoDriver = require('./MongoDriver'); module.exports = (array) => new MongoDriver(array);