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

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