UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

4 lines (3 loc) 214 B
import { Declaration } from 'typescript'; export declare function getTypeParameters(declaration: Declaration): string[] | undefined; export declare function getTypeParametersText(declaration: Declaration): string;