(extraArgs?: readonly string[])
| 44 | } |
| 45 | |
| 46 | export function findResultBundlePathArg(extraArgs?: readonly string[]): string | undefined { |
| 47 | return parseResultBundlePathArgs(extraArgs).resultBundlePath; |
| 48 | } |
nothing calls this directly
no test coverage detected