UNPKG
@carbon-io/mongodb-extended-json
Version:
latest (1.6.5-ml)
1.6.5-ml
1.6.4-ml
1.6.3-ml
MongoDB Extended JSON.
github.com/mongodb-js/extended-json
mongodb-js/extended-json
@carbon-io/mongodb-extended-json
/
lib
/
modes
/
index.js
6 lines
(5 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = { strict:
require
(
'./strict'
),
log
:
require
(
'./log'
), shell:
require
(
'./shell'
) };