UNPKG
@bitjson/typedoc
Version:
latest (0.15.0-0)
0.15.0-0
Create api documentation for TypeScript projects.
typedoc.org
TypeStrong/TypeDoc
@bitjson/typedoc
/
dist
/
lib
/
utils
/
plugins.d.ts
8 lines
(7 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Application
}
from
'../application'
;
import
{
AbstractComponent
}
from
'./component'
;
export
declare
class
PluginHost
extends
AbstractComponent
<
Application
> {
plugins
:
string
[];
load
():
boolean
;
private
discoverNpmPlugins; }