This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/frontend/node_modules/workbox-google-analytics/utils/constants.d.ts
2025-01-13 09:33:52 +03:00

11 lines
527 B
TypeScript

import '../_version.js';
export declare const QUEUE_NAME = "workbox-google-analytics";
export declare const MAX_RETENTION_TIME: number;
export declare const GOOGLE_ANALYTICS_HOST = "www.google-analytics.com";
export declare const GTM_HOST = "www.googletagmanager.com";
export declare const ANALYTICS_JS_PATH = "/analytics.js";
export declare const GTAG_JS_PATH = "/gtag/js";
export declare const GTM_JS_PATH = "/gtm.js";
export declare const COLLECT_DEFAULT_PATH = "/collect";
export declare const COLLECT_PATHS_REGEX: RegExp;