UNPKG
mongodb-cg-lib
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9-Snapshot
1.1.8-Snapshot
1.1.7-Snapshot
1.1.6-Snapshot
1.1.5-Snapshot
1.1.4-Snapshot
1.1.3-Snapshot
1.1.2-Snapshot
1.1.1-Snapshot
0.0.12-Snapshot
0.0.11-Snapshot
0.0.10-Snapshot
0.0.9-Snapshot
0.0.8-Snapshot
0.0.6-Snapshot
0.0.5-Snapshot
0.0.4-Snapshot
0.0.3-Snapshot
0.0.2-Snapshot
0.0.1-Snapshot
Library to make basic MongoDB operations
github.com/CloudGenUser/mongodb-cg-libb
mongodb-cg-lib
/
lib
/
index.js
7 lines
(6 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
objects =
require
(
'./objects'
);
const
{mongoProcess} =
require
(
'./process.js'
);
module
.
exports
= { mongoProcess, ...objects }