(name: string, currentMode?: string)
| 2 | |
| 3 | export interface SkillLookup { |
| 4 | getSkillContent(name: string, currentMode?: string): Promise<SkillContent | null> |
| 5 | } |
| 6 | |
| 7 | export async function resolveSkillContentForMode( |
no outgoing calls
no test coverage detected