UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 153 B
import CodeBlockWriter from "code-block-writer"; export interface BodyableNodeStructure { bodyText?: string | ((writer: CodeBlockWriter) => void); }