decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
1 lines • 159 B
JavaScript
;const successors=function(s){if(!s)throw new Error("Peer is missing.");return(e,r)=>{r.send(s.successors.slice(0,16))}};module.exports=successors;