(pypyVersion: string)
| 69 | } |
| 70 | |
| 71 | export function isNightlyKeyword(pypyVersion: string) { |
| 72 | return pypyVersion === 'nightly'; |
| 73 | } |
| 74 | |
| 75 | export function getPyPyVersionFromPath(installDir: string) { |
| 76 | return path.basename(path.dirname(installDir)); |
no outgoing calls
no test coverage detected