chore: add typedefs

This commit is contained in:
Vasco Santos
2020-11-16 11:56:18 +01:00
parent dfcce961bd
commit 26c40c8dfd
30 changed files with 385 additions and 186 deletions

View File

@ -12,6 +12,11 @@ const {
clearDelayedInterval
} = require('set-delayed-interval')
/**
* @typedef {import('peer-id')} PeerId
* @typedef {import('multiaddr')} Multiaddr
*/
/**
* Responsible for managing the usage of the available Peer Routing modules.
*/