This website works better with JavaScript.
Home
Explore
Help
Sign In
hopfma
/
om
Watch
4
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Ohm-Management - Projektarbeit B-ME
59
Commits
2
Branches
Tree:
4d9f3d8648
om
/
node_modules
/
mongoose
/
browser.js
browser.js
93B
Raw
Normal View
History
database and ajax test added
6 years ago
1
2
3
4
5
6
7
8
/**
* Export lib/mongoose
*
*/
'use strict'
;
module
.exports =
require
(
'./lib/browser'
);