mirror of https://codeberg.org/pzp/pzp-net.git
fix types for peers()
This commit is contained in:
parent
10ae865ab6
commit
0c7652caba
|
@ -118,7 +118,7 @@ class Infos {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {pull.Source<[Multiaddr, Info]>}
|
* @returns {pull.Source<Array<[Multiaddr, Info]>>}
|
||||||
*/
|
*/
|
||||||
liveEntries() {
|
liveEntries() {
|
||||||
return pullConcat([
|
return pullConcat([
|
||||||
|
|
Loading…
Reference in New Issue