UNPKG

resolved-graph

Version:

Generates and updates a graph of nodes and links with resolved relationships for ease of traversal and extraction

5 lines (4 loc) 63 B
export interface Node<T> { id: string; data?: T; }