UNPKG

rivet-plugin-trouver-parents

Version:

A Rivet plugin node that outputs a list of graphs that call the current one as a subgraph.

6 lines (3 loc) 272 B
import type { ChartNode, Rivet } from "@ironclad/rivet-core"; export type FindParentGraphNode = ChartNode<"findParentGraph", {}>; export declare function findParentGraphNode(rivet: typeof Rivet): import("@ironclad/rivet-core").PluginNodeDefinition<FindParentGraphNode>;