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
/
convert-expression.d.ts
4 lines
(3 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
import
*
as
ts
from
'typescript'
;
export
declare
function
convertDefaultValue
(
node
: ts.
VariableDeclaration
| ts.
ParameterDeclaration
| ts.
EnumMember
):
string
|
undefined
;
export
declare
function
convertExpression
(
expression
: ts.
Expression
):
string
;