Files
agent-claw/cdk/node_modules/aws-cdk/lib/cli/telemetry/collect-telemetry.d.ts
2026-05-06 18:55:16 -05:00

6 lines
180 B
TypeScript

import type { Context } from '../../api/context';
/**
* Whether or not we collect telemetry
*/
export declare function canCollectTelemetry(args: any, context: Context): boolean;