We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c4924 commit a5e22a2Copy full SHA for a5e22a2
bin/handlers/bun-handler.ts
@@ -2,4 +2,4 @@ import type { PackageManagerCompletion } from '../package-manager-completion.js'
2
3
export async function setupBunCompletions(
4
completion: PackageManagerCompletion
5
-): Promise<void> { }
+): Promise<void> {}
0 commit comments