agent-claw: automated task changes
This commit is contained in:
8
cdk/node_modules/aws-cdk-lib/assertions/lib/private/cyclic.d.ts
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk-lib/assertions/lib/private/cyclic.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Template } from './template';
|
||||
/**
|
||||
* Check a template for cyclic dependencies
|
||||
*
|
||||
* This will make sure that we don't happily validate templates
|
||||
* in unit tests that wouldn't deploy to CloudFormation anyway.
|
||||
*/
|
||||
export declare function checkTemplateForCyclicDependencies(template: Template): void;
|
||||
Reference in New Issue
Block a user