UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

4 lines 213 B
import { type RouteLine } from "../types"; /** Weighted cost of a route line for A* graph edge (legacy formula). */ export declare function linkCost(line: RouteLine): number; //# sourceMappingURL=linkCost.d.ts.map