| 45 | |
| 46 | // Transform tokens to include pre-computed keys to avoid noArrayIndexKey lint |
| 47 | interface KeyedToken { |
| 48 | token: ThemedToken; |
| 49 | key: string; |
| 50 | } |
| 51 | interface KeyedLine { |
| 52 | tokens: KeyedToken[]; |
| 53 | key: string; |
nothing calls this directly
no outgoing calls
no test coverage detected