UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

6 lines (5 loc) 186 B
/** * Checks if telemetry is disabled via the VENDURE_DISABLE_TELEMETRY environment * variable or CI environment detection. */ export declare function isTelemetryDisabled(): boolean;