UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 188 B
import CodeBlockWriter from "code-block-writer"; export interface ExportAssignmentStructure { isEqualsExport?: boolean; expression: string | ((writer: CodeBlockWriter) => void); }