anvaka / ngraph.graph

Graph data structure in JavaScript
BSD 3-Clause "New" or "Revised" License
520 stars 66 forks source link

Documentation Error: `removeLink` using two arguments #43

Open nemosmithasf opened 2 years ago

nemosmithasf commented 2 years ago

The removeLink method has the following passage in the documentation:

If you pass two arguments, the function assumes they represent from/to node ids

I assume this means something like removeLink(fromID,toID)? If so, the method's typing doesn't support this signature.