UNPKG
@dagrejs/dagre
Version:
latest (3.0.0)
3.0.0
2.0.4
2.0.3
2.0.1
2.0.0
1.1.8
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0
0.8.0
0.7.5
Graph layout for JavaScript
github.com/dagrejs/dagre
dagrejs/dagre
@dagrejs/dagre
/
dist
/
types
/
lib
/
greedy-fas.d.ts
4 lines
•
214 B
TypeScript
View Raw
1
2
3
4
import
{
Graph
}
from
"./graph-lib"
;
import
type {
Edge
,
WeightFunction
}
from
'./types'
;
export
default
function
greedyFAS
(
graph: Graph, weightFn?: WeightFunction
):
Edge
[];
//# sourceMappingURL=greedy-fas.d.ts.map