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