UNPKG

decentralized-internet

Version:

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

1 lines 230 B
"use strict";const async=require("async"),flaschenpost=require("flaschenpost"),logger=flaschenpost.getLogger(),formRing=function(e,n){logger.info("Forming ring..."),async.each(e,(n,o)=>{n.join(e[0],o)},n)};module.exports=formRing;