UNPKG

jkstra

Version:

Small JavaScript graph routing library

7 lines (6 loc) 149 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SETTLED = exports.SETTLED = 2; var REACHED = exports.REACHED = 1;