Urara-Blog/node_modules/.pnpm-store/v3/files/d9/54fc21237468cb3dad6b2ecb32fa036577af59bd8177530149471f9b8aef82ea1ff6363520387e1b9bf98750e6a9d804fe7511a8079f766c4da539126c5998
2022-08-14 01:14:53 +08:00

10 lines
527 B
Text

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;