UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

6 lines (5 loc) 197 B
import { Node } from 'typescript'; /** * Use a preconfigured TypeScript "printer" to render the text of a node, without comments. */ export declare function nodeToString(typeNode: Node): string;