UNPKG

minotor

Version:

A lightweight client-side transit routing library.

12 lines (11 loc) 306 B
import { Result } from './result.js'; export declare class Plotter { private result; constructor(result: Result); /** * Plots the path three as a DOT for debugging purposes. * * @returns A string representing the DOT graph of the path tree. */ plotDotGraph(): string; }