UNPKG

@bitjson/typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 249 B
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;