Skip to content

newdash/graphlib

 
 

Repository files navigation

Graph Library - NewDash Fork

graphlib with security update & type definition

npm (scoped) node-test codecov

Security Rating Bugs Technical Debt

Quick Start

npm i -S @newdash/graphlib
import { Graph } from "@newdash/graphlib"

const g = var g = new Graph({ directed: true, compound: true, multigraph: true });
g.setNode("my-id", "my-label");
g.node("my-id"); // returns "my-label"

About

A directed multi-graph library for JavaScript, graphlib with security update & type definition

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 56.5%
  • TypeScript 43.5%