@cdktf/hcl2cdk
Version:
Transform HCL into CDK
6 lines • 401 B
TypeScript
export { logger } from "@cdktf/commons";
export declare const leaveCommentText = "Please leave a comment at https://cdk.tf/bugs/convert-expressions if you run into this issue.";
export declare const camelCase: (str: string) => string;
export declare const pascalCase: (str: string) => string;
export declare function uniqueId(set: Set<string>, key: string): string;
//# sourceMappingURL=utils.d.ts.map