UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

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