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
/
dfs.d.ts
3 lines
•
154 B
TypeScript
View Raw
1
2
3
import
{
Graph
}
from
'../graph'
;
export
declare
function
dfs
(
g
:
Graph
,
vs
:
string
|
string
[],
order
:
string
):
string
[];
//# sourceMappingURL=dfs.d.ts.map