UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

4 lines (3 loc) 251 B
import { ParameteredNodeStructure, ReturnTypedNodeStructure, TypeParameteredNodeStructure } from "./../base"; export interface SignaturedDeclarationStructure extends ParameteredNodeStructure, ReturnTypedNodeStructure, TypeParameteredNodeStructure { }