(channel: string)
| 66 | ) |
| 67 | |
| 68 | function isChannelToValidate(channel: string): channel is ChannelToValidate { |
| 69 | return Object.keys(ValidElectronVersions).includes(channel) |
| 70 | } |
| 71 | |
| 72 | function resolveVersionInNpmRcFile() { |
| 73 | const root = dirname(__dirname) |
no outgoing calls
no test coverage detected