3.1.4 • Published 1 year ago

@newdash/graphlib v3.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"

API REFERENCE

CHANGELOG

LICENSE