UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

3 lines (2 loc) 119 B
import * as ts from 'typescript'; export declare function getDeclarationTypeText(declaration: ts.Declaration): string;