@cdktf/hcl2cdk
Version:
Transform HCL into CDK
7 lines • 490 B
TypeScript
import * as t from "@babel/types";
import { AttributeType } from "@cdktf/commons";
import { ProgramScope } from "./types";
export declare function typeForCallExpression(ast: t.CallExpression): AttributeType;
export declare const coerceType: (scope: ProgramScope, ast: t.Expression, from: AttributeType, to: AttributeType | undefined) => t.Expression;
export declare function findExpressionType(scope: ProgramScope, ast: t.Expression): AttributeType;
//# sourceMappingURL=coerceType.d.ts.map