(str: string)
| 415 | } |
| 416 | |
| 417 | function matchVersion(str: string): string { |
| 418 | return (str.match(semverReGlobal) || ([] as string[]))[0] |
| 419 | } |
| 420 | |
| 421 | function output(name: outputKey, value?: string | boolean) { |
| 422 | outputs[name] = value |
no test coverage detected