hexo/node_modules/workbox-google-analytics/utils/constants.d.ts

11 lines
537 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
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;