UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 102 B
export interface ExportableNodeStructure { isExported?: boolean; isDefaultExport?: boolean; }