6 lines
180 B
TypeScript
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;
|