Skip to content

Commit 6e8f579

Browse files
committed
Support --noImplicitAny about google.analytics/ga.d.ts
1 parent ff58346 commit 6e8f579

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

google.analytics/ga-tests.ts.tscparams

Lines changed: 0 additions & 1 deletion
This file was deleted.

google.analytics/ga.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare class Tracker {
88
_getName(): string;
99
_getAccount(): string;
1010
_getVersion(): string;
11-
_getVisitorCustomVar(index: number); string;
11+
_getVisitorCustomVar(index: number): string;
1212
_setAccount(): string;
1313
_setCustomVar(index: number, name: string, value: string, opt_scope?: number): boolean;
1414
_setSampleRate(newRate: string): void;
@@ -20,7 +20,7 @@ declare class Tracker {
2020

2121
interface GoogleAnalyticsCode {
2222
push(commandArray: string[]): void;
23-
push(Function): void;
23+
push(func: Function): void;
2424
}
2525

2626
interface GoogleAnalyticsTracker {

google.analytics/ga.d.ts.tscparams

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)