(path: string)
| 107 | } |
| 108 | |
| 109 | function stripMarkdownExtension(path: string): string { |
| 110 | return path.replace(/\.md$/i, ""); |
| 111 | } |
| 112 | |
| 113 | function parseProjectFilePath(project: string): string { |
| 114 | const trimmed = project.trim(); |
no outgoing calls
no test coverage detected