UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

1 lines 144 B
"use strict";const successor=function(s){if(!s)throw new Error("Peer is missing.");return(r,e)=>{e.send(s.successor)}};module.exports=successor;