9 lines
93 B
JavaScript
9 lines
93 B
JavaScript
/**
|
|
* Export lib/mongoose
|
|
*
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./lib/browser');
|