Skip to content

Commit e7f223a

Browse files
committed
chore: ignore getPackageRoute
1 parent 8dd9040 commit e7f223a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/composables/usePackageRoute.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @param pkg - Package name (e.g., "nuxt" or "@nuxt/kit")
55
* @param version - Optional version string
66
* @returns Route object with name and params
7+
* @public
78
*/
89
export function getPackageRoute(pkg: string, version: string | null = null) {
910
return {

0 commit comments

Comments
 (0)