graphlib-ts-ex
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Graphlib

a typescript rewrite for graphlib

Break change

  • Methods edge setEdge removeEdge no longer accept both two form of params;
    • Using edge setEdgeObj removeEdgeObj on edgeObj
    • Using edgeFromArgs setEdge removeEdge on (v, w, name, value)
  • No more auto type convert on nodeid, and support other type of value to index node

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

    npm i graphlib-ts-ex

    Weekly Downloads

    0

    Version

    1.0.9

    License

    none

    Unpacked Size

    747 kB

    Total Files

    169

    Last publish

    Collaborators

    • david-eigenphi