()
| 82 | const { copied, copy } = useClipboard({ copiedDuring: 2000 }) |
| 83 | |
| 84 | async function copyInstallCommand() { |
| 85 | if (!fullInstallCommand.value) return |
| 86 | await copy(fullInstallCommand.value) |
| 87 | } |
| 88 | |
| 89 | return { |
| 90 | selectedPM, |
no outgoing calls
no test coverage detected