fp-ts-graph:fp-ts的不变功能图数据结构

时间:2024-03-19 00:21:06
【文件属性】:

文件名称:fp-ts-graph:fp-ts的不变功能图数据结构

文件大小:26KB

文件格式:ZIP

更新时间:2024-03-19 00:21:06

TypeScript

fp-ts-graph fp-ts的不变功能图数据结构。 该图是有向图和循环图。 后者的属性将来会更改为非周期性。 目前,我们不检查插入周期。 安装 npm install fp-ts git+https://github.com/no-day/fp-ts-graph TypeScript示例 定义类型 // examples/types.ts import { Graph } from "fp-ts-graph" ; // First, let's define some custom Id, Edge and Node type for our Graph export type MyId = number ; export type MyNode = { firstName : string ; lastName : string ; age : number } ; expor


【文件预览】:
fp-ts-graph-main
----graph.svg(3KB)
----package.json(605B)
----.github()
--------workflows()
----src()
--------index.ts(6KB)
----tsconfig.json(6KB)
----examples()
--------build-graph.ts(1KB)
--------debug-visually.ts(798B)
--------types.ts(361B)
----.gitignore(25B)
----README.md(3KB)
----yarn.lock(37KB)

网友评论