UNPKG

typedoc-plugin-merge-modules

Version:
9 lines (8 loc) 208 B
import { Plugin } from "./plugin.js"; /** * Initializes the plugin. * @param app Reference to the application that is loading the plugin. */ export function load(app) { new Plugin().initialize(app); }