UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

11 lines (10 loc) 434 B
import * as ts from "typescript"; import { Transformation } from "../../output/transformation"; import { NodeVisitor } from "../visitor"; export declare class ObjectLiteralExpressionVisitor extends NodeVisitor { visit(node: ts.ObjectLiteralExpression): Transformation[]; private getParentTypePair; private getDirectNodeTypePair; private returnForBlankDictionary; private returnForPopulatingDictionary; }