| 18 | const PYPY_VERSION_FILE = 'PYPY_VERSION'; |
| 19 | |
| 20 | export interface IPyPyManifestAsset { |
| 21 | filename: string; |
| 22 | arch: string; |
| 23 | platform: string; |
| 24 | download_url: string; |
| 25 | } |
| 26 | |
| 27 | export interface IPyPyManifestRelease { |
| 28 | pypy_version: string; |
nothing calls this directly
no outgoing calls
no test coverage detected