@newdash/graphlib
TypeScript icon, indicating that this package has built-in type declarations

3.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @newdash/graphlib

Weekly Downloads

1,231

Version

3.1.4

License

MIT

Unpacked Size

121 kB

Total Files

66

Last publish

Collaborators

  • suntao