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
/
converter
/
plugins
/
DynamicModulePlugin.d.ts
10 lines
(9 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ConverterComponent
}
from
'../components'
;
export
declare
class
DynamicModulePlugin
extends
ConverterComponent
{
private
basePath;
private
reflections;
initialize
():
void
;
private
onBegin;
private
onDeclaration;
private
onBeginResolve; }