Ripples -v0.7.0- -jestur- -

const g = new Graph(); g.addNode('A'); g.addNode('B'); g.addEdge('A','B',weight:0.8);