mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-28 08:21:33 +00:00
chore: add typedefs
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user