UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 155 B
import { NamedNodeStructure } from "./../base"; export interface TypeParameterDeclarationStructure extends NamedNodeStructure { constraint?: string; }