UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 196 B
import { ExportSpecifierStructure } from "./ExportSpecifierStructure"; export interface ExportDeclarationStructure { namedExports?: ExportSpecifierStructure[]; moduleSpecifier?: string; }