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
/
output
/
plugins
/
JavascriptIndexPlugin.d.ts
6 lines
(5 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
RendererComponent
}
from
'../components'
;
export
declare
class
JavascriptIndexPlugin
extends
RendererComponent
{
initialize
():
void
;
private
onRendererBegin; }