()
| 76 | } |
| 77 | |
| 78 | function getOptions(): NodeVersion[] { |
| 79 | return NODE_VERSIONS; |
| 80 | } |
| 81 | |
| 82 | function isNodeVersionAvailable(version: NodeVersion): boolean { |
| 83 | const stat = statSync(`/node${version.major}`, { throwIfNoEntry: false }); |
no outgoing calls
no test coverage detected