UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

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