(selection: any)
| 557 | } |
| 558 | |
| 559 | export function getStrokes(selection: any) { |
| 560 | return selection.nodes().map((el) => el.style.stroke); |
| 561 | } |
| 562 | |
| 563 | export function getStrokeWidth(selection: any) { |
| 564 | return selection.nodes().map((el) => el.style.strokeWidth); |
no outgoing calls
no test coverage detected
searching dependent graphs…