| 191 | ); |
| 192 | |
| 193 | interface IPluginInfo { |
| 194 | pluginInfo: IPlugin; |
| 195 | } |
| 196 | |
| 197 | const PluginInfo = ({pluginInfo}: IPluginInfo) => { |
| 198 | const {name, author, modulePath, website, license, capabilities, id, token} = pluginInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…