UNPKG
gun-mongo-key
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
A Mongo key:value adapter for Gunjs
github.com/sjones6/gun-mongo-key
sjones6/gun-mongo-key
gun-mongo-key
/
index.js
3 lines
•
131 B
JavaScript
View Raw
1
2
3
const
{
Flint
} =
require
(
'gun-flint'
);
const
GunMongoKey
=
require
(
'./gun-mongo-key'
);
module
.
exports
=
Flint
.
register
(
GunMongoKey
);