summary refs log tree commit diff
path: root/src/plugins/PluginIndex.ts
blob: 2688d0bf49ce4bac5896e8257e4cf675e539dfd0 (plain) (blame)
1
2
3
4
5
import * as example_plugin from "./example-plugin/TestPlugin";

export const PluginIndex: any = {
	"example-plugin": new example_plugin.default()
};