UNPKG

@cdktf/hcl2cdk

Version:
7 lines 213 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import * as t from "@babel/types"; export declare function astToCode(e: t.Expression): string; //# sourceMappingURL=testHelpers.d.ts.map