(npm, title, prompt = 'Press ENTER to open in the browser...')
| 88 | |
| 89 | // Rearrange arguments and return a function that takes the two arguments returned from the npm-profile methods that take an opener |
| 90 | const createOpener = (npm, title, prompt = 'Press ENTER to open in the browser...') => |
| 91 | (url, opts) => openUrlPrompt(npm, url, title, prompt, opts) |
| 92 | |
| 93 | module.exports = { |
| 94 | openUrl, |
no test coverage detected
searching dependent graphs…