@relateby/graph
v0.4.2
Published
Pure TypeScript graph interfaces and transforms for relateby
Downloads
287
Readme
@relateby/graph
Pure TypeScript graph interfaces, ADTs, and transforms for relateby.
Install
npm install @relateby/graphPackage Role
Use this package when you want the graph model and transforms without the WASM-backed Pattern or Gram layers.
Exports
- graph interfaces such as
PatternGraph,GraphQuery, andGraphView - ADTs such as
GNode,GRelationship, andSubstitution - transforms such as
mapGraph,filterGraph,foldGraph, andparaGraph
