UNPKG

@tracespace/plotter

Version:

Plot @tracespace/parser ASTs into image trees.

5 lines (4 loc) 218 B
import * as Tree from '../tree'; import type { Location } from '../location-store'; import type { SimpleTool } from '../tool-store'; export declare function plotShape(tool: SimpleTool, location: Location): Tree.Shape;