(moduleName: string)
| 1 | import { TrayCategory } from '@splootcode/core' |
| 2 | |
| 3 | export async function getTrayForModule(moduleName: string): Promise<TrayCategory> { |
| 4 | const res = (await import(`../packages/language-python/tray/${moduleName}.json`)) as TrayCategory |
| 5 | return res |
| 6 | } |
no outgoing calls
no test coverage detected