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
/
index.d.ts
7 lines
(6 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{
Context
}
from
'./context'
;
export
{
Converter
}
from
'./converter'
;
export
{ convertDefaultValue, convertExpression }
from
'./convert-expression'
;
import
'./nodes/index'
;
import
'./types/index'
;
import
'./plugins/index'
;