UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

3 lines (2 loc) 136 B
import { Node } from 'typescript'; export declare function getContent(node: Node | undefined, concatLeadingComments?: boolean): string;