UNPKG

@tracespace/plotter

Version:

Plot @tracespace/parser ASTs into image trees.

5 lines (4 loc) 223 B
import * as Tree from '../tree'; import type { MacroTool } from '../tool-store'; import type { Location } from '../location-store'; export declare function plotMacro(tool: MacroTool, location: Location): Tree.LayeredShape;