UNPKG
@gooddollarcommons/gun-mongo-key
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
A Mongo key:value adapter for Gunjs
github.com/sjones6/gun-mongo-key
sjones6/gun-mongo-key
@gooddollarcommons/gun-mongo-key
/
index.js
3 lines
•
150 B
JavaScript
View Raw
1
2
3
const
{
Flint
} =
require
(
'@gooddollarcommons/gun-flint'
);
const
GunMongoKey
=
require
(
'./gun-mongo-key'
);
module
.
exports
=
Flint
.
register
(
GunMongoKey
);