agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-s3-deployment/lib/render-data.d.ts
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-s3-deployment/lib/render-data.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface Content {
|
||||
readonly text: string;
|
||||
readonly markers: Record<string, any>;
|
||||
}
|
||||
/**
|
||||
* Renders the given string data as deployable content with markers substituted
|
||||
* for all tokens.
|
||||
*
|
||||
* @param data The input data
|
||||
* @returns The markered text (`text`) and a map that maps marker names to their
|
||||
* values (`markers`).
|
||||
*/
|
||||
export declare function renderData(data: string): Content;
|
||||
Reference in New Issue
Block a user