refactor(cli): remove meaningless utility functions
This commit is contained in:
parent
217410a507
commit
9b0b37ec01
@ -19,10 +19,6 @@ export async function getRegistry(
|
||||
return registryResponse
|
||||
}
|
||||
|
||||
export async function getAvailableComponentNames(registry: Registry): Promise<string[]> {
|
||||
return Object.keys(registry.components)
|
||||
}
|
||||
|
||||
export async function getComponentURL(
|
||||
registry: Registry,
|
||||
componentName: string,
|
||||
@ -35,10 +31,3 @@ export async function getComponentURL(
|
||||
}
|
||||
return base
|
||||
}
|
||||
|
||||
export async function getComponentRealname(
|
||||
registry: Registry,
|
||||
componentName: keyof Registry['components'],
|
||||
): Promise<string> {
|
||||
return registry.components[componentName].name
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user