(s: string)
| 52 | } |
| 53 | const stripExt = (s: string) => s.replace(/\.(md|mdx)$/i, "") |
| 54 | const stripTrailingIndex = (s: string) => s.replace(/\/index$/i, "") |
| 55 | |
| 56 | /* |
| 57 | * This collection defines a documentation section shown in the sidebar of the package documentation. |
no outgoing calls
no test coverage detected
searching dependent graphs…