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
/
contacts
/
index.js
11 lines
(8 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@module
kad/contacts */
'use strict'
;
module
.
exports
= {
/** {
@link
AddressPortContact} */
AddressPortContact
:
require
(
'./address-port-contact'
) };