UNPKG

@droppedcode/typedoc-plugin-copy-assets

Version:

This plugin for typedoc copies the assets found in comments to the output assets folder.

8 lines (7 loc) 176 B
import { Application } from 'typedoc'; /** * Load the plugin. * * @param pluginHost Plugin host to load to. */ export declare function load(pluginHost: Application): void;