@anker-in/analysis 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +0 -7
- package/dist/index.d.ts +0 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -136,13 +136,6 @@ interface ParsedTag {
|
|
|
136
136
|
* 埋点平台类型
|
|
137
137
|
*/
|
|
138
138
|
type PlatformType = "gtag" | "meta";
|
|
139
|
-
declare global {
|
|
140
|
-
interface Window {
|
|
141
|
-
gtag?: (...args: any[]) => void;
|
|
142
|
-
fbq?: (...args: any[]) => void;
|
|
143
|
-
dataLayer?: any[];
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
139
|
/**
|
|
147
140
|
* 埋点事件类型
|
|
148
141
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -136,13 +136,6 @@ interface ParsedTag {
|
|
|
136
136
|
* 埋点平台类型
|
|
137
137
|
*/
|
|
138
138
|
type PlatformType = "gtag" | "meta";
|
|
139
|
-
declare global {
|
|
140
|
-
interface Window {
|
|
141
|
-
gtag?: (...args: any[]) => void;
|
|
142
|
-
fbq?: (...args: any[]) => void;
|
|
143
|
-
dataLayer?: any[];
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
139
|
/**
|
|
147
140
|
* 埋点事件类型
|
|
148
141
|
*/
|
package/package.json
CHANGED