Files
lan-manager/web/node_modules/@antv/graphlib/docs/README.md
openclaw 0a5f6a8047 Initial commit: Lan-manager project code
- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs

Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
2026-04-20 00:52:58 +08:00

40 lines
1011 B
Markdown

@antv/graphlib / [Exports](modules.md)
# Graphlib
> a lib containing multible usages for graph structure, graph algorithm, and other graph ops.
>
> 一个包含方便的图结构,图算法,以及其他操作图的方法的图库,为 antv 上层提供相应的图基础能力
![build status](https://img.shields.io/github/workflow/status/antvis/graphlib/Build) ![coverage status](https://img.shields.io/codecov/c/github/antvis/graphlib)
## Content of Package
### Namespaces
- [algorithm](docs/modules/algorithm.md)
- [comparision](docs/modules/comparision.md)
### Classes
- [Graph](docs/classes/Graph.md)
### Functions
- [isGraph](docs/modules.md#isgraph)
## Change Log
#### 1.1.0
- 🎉 Now we have comparision module for graph comparing with nodes/edges/options even subgraph
- 💪 Add isGraph to check if a object is a "Graph", and add a self loop checking function
#### 1.0.1
- 🔨 Completes test and bring all to 100%
#### 1.0.0
- 🎉 Release new graphlib with graph and algorithm