(slug: string)
| 28 | }; |
| 29 | |
| 30 | export const getAlternativeMetadata = (slug: string): Alternative => { |
| 31 | return AlternativesConfig.alternatives.find( |
| 32 | (entry: any) => entry.slug === slug, |
| 33 | ); |
| 34 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected