UNPKG

minotor

Version:

A lightweight client-side transit routing library.

4 lines (3 loc) 194 B
import { Result, Route } from '../router.js'; export declare const prettyPrintRoute: (route: Route) => void; export declare const plotGraphToDotFile: (result: Result, filePath: string) => void;