1 2 3 4 5
import * as example_plugin from "./example-plugin/TestPlugin"; export const PluginIndex: any = { "example-plugin": new example_plugin.default() };