agent-claw: automated task changes
This commit is contained in:
9
cdk/node_modules/constructs/lib/private/uniqueid.d.ts
generated
vendored
Normal file
9
cdk/node_modules/constructs/lib/private/uniqueid.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Calculates the construct uid based on path components.
|
||||
*
|
||||
* Components named `Default` (case sensitive) are excluded from uid calculation
|
||||
* to allow tree refactorings.
|
||||
*
|
||||
* @param components path components
|
||||
*/
|
||||
export declare function addressOf(components: string[]): string;
|
||||
Reference in New Issue
Block a user