UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 168 B
import { PropertyNamedNodeStructure } from "./../../base"; export interface PropertyAssignmentStructure extends PropertyNamedNodeStructure { initializer: string; }