A graph lib based on graphlib and write in typescript
npm install graph-toolsBased on graphlib, written in TypeScript.



``bash`
npm install graph-tools
`
const { Graph, json, alg } = require('graph-tools')
const g = new Graph()
g.setNode('a')
``
- add benchmark
- add doc