UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 171 B
import { TypeParameterDeclarationStructure } from "./../type"; export interface TypeParameteredNodeStructure { typeParameters?: TypeParameterDeclarationStructure[]; }