UNPKG
mongopack
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Simple backup and restore tool pack for mongodb
github.com/willpoint/mongopack
willpoint/mongopack
mongopack
/
index.js
4 lines
•
103 B
JavaScript
View Raw
1
2
3
4
module
.exports = {
mongoexport:
require
(
'./lib/export'
),
mongoimport:
require
(
'./lib/import'
) };