(value: string)
| 23 | } |
| 24 | |
| 25 | function normalizeName(value: string): string { |
| 26 | return value.trim().toLowerCase(); |
| 27 | } |
| 28 | |
| 29 | function getSkillsDir(workDir: string): string { |
| 30 | return path.join(workDir, SKILLS_DIR); |
no outgoing calls
no test coverage detected