UNPKG
@dagrejs/graphlib
Version:
latest (4.0.1)
4.0.1
3.0.4
3.0.2
3.0.1
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.13
2.1.12
2.1.11
2.1.10
2.1.4
2.1.3
A directed and undirected multi-graph library
github.com/dagrejs/graphlib
dagrejs/graphlib
@dagrejs/graphlib
/
dist
/
types
/
lib
/
alg
/
extract-path.d.ts
8 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Path
}
from
'../types'
;
interface
ExtractedPath
{
weight
:
number
;
path
:
string
[]; }
export
declare
function
extractPath
(
shortestPaths
:
Record
<
string
,
Path
>,
source
:
string
,
destination
:
string
):
ExtractedPath
;
export
{};
//# sourceMappingURL=extract-path.d.ts.map