UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

7 lines (6 loc) 222 B
export declare const enableAnalytics: () => void; export declare const disableAnalytics: () => void; /** * Returns the current status of the Analytics category. */ export declare const isAnalyticsEnabled: () => boolean;