| 9 | } |
| 10 | |
| 11 | export interface INodeVersionInfo { |
| 12 | downloadUrl: string; |
| 13 | resolvedVersion: string; |
| 14 | arch: string; |
| 15 | fileName: string; |
| 16 | } |
| 17 | |
| 18 | export interface INodeVersion { |
| 19 | version: string; |
nothing calls this directly
no outgoing calls
no test coverage detected