UNPKG
wikimedia-kad-fork
Version:
latest (1.3.6)
1.3.6
implementation of the kademlia dht for node
github.com/wikimedia/kad
wikimedia/kad
wikimedia-kad-fork
/
lib
/
hooks
/
index.js
15 lines
(12 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** *
@module
kad/hooks */
'use strict'
;
module
.
exports
= {
/** {
@link
BlacklistFactory} */
blacklist
:
require
(
'./blacklist'
),
/** {
@link
WhitelistFactory} */
whitelist
:
require
(
'./whitelist'
),
/** {
@link
ProtocolFactory} */
protocol
:
require
(
'./protocol'
) };