UNPKG
jkstra
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
Small JavaScript graph routing library
github.com/bbecquet/jkstra
bbecquet/jkstra
jkstra
/
src
/
core
/
constants.js
5 lines
(4 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
export
const
OUT =
true
;
export
const
IN =
false
;
export
const
REACHED =
1
;
export
const
SETTLED =
2
;