(value: string)
| 49 | } |
| 50 | |
| 51 | function stripMdExtension(value: string): string { |
| 52 | return value.replace(/\.md$/i, '') |
| 53 | } |
| 54 | |
| 55 | function normalizeForCompare(value: string): string { |
| 56 | return value.trim().toLowerCase() |
no outgoing calls
no test coverage detected