UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 291 B
import { ExportDeclarationStructure } from "./../../structures"; import { StructureToText } from "./../StructureToText"; export declare class ExportDeclarationStructureToText extends StructureToText<ExportDeclarationStructure> { writeText(structure: ExportDeclarationStructure): void; }