UNPKG

@cdktf/hcl2cdk

Version:
4 lines 224 B
import * as t from "@babel/types"; import { ProgramScope, Reference } from "../types"; export declare function referenceToAst(scope: ProgramScope, ref: Reference): t.Expression; //# sourceMappingURL=expressions.test.d.ts.map