mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 20:43:06 +02:00
9 lines
93 B
JavaScript
9 lines
93 B
JavaScript
/**
|
|
* Export lib/mongoose
|
|
*
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./lib/browser');
|