(path: string)
| 96 | } |
| 97 | |
| 98 | function getPathDisplayName(path: string): string { |
| 99 | return path.split("/").pop()?.replace(/\.md$/i, "") || path; |
| 100 | } |
| 101 | |
| 102 | function getDependencyDisplayLink( |
| 103 | value: unknown, |
no outgoing calls
no test coverage detected