UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
src
/
backend
/
db.js
4 lines
(2 loc)
•
66 B
JavaScript
View Raw
1
2
3
4
const
mongoose
=
require(
'mongoose'
);
module
.
exports
= mongoose;