mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 08:02:15 +11:00
8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
/**
|
|
* Export lib/mongoose
|
|
*
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./lib/browser');
|