mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
moved universal-analytics .debug() method
This commit is contained in:
+1
-1
@@ -5,12 +5,12 @@
|
||||
|
||||
interface UniversalAnalytics {
|
||||
(accountID:string, uuid?:string, opts?:Object):UniversalAnalytics.Client;
|
||||
debug():UniversalAnalytics.Client;
|
||||
}
|
||||
|
||||
declare module UniversalAnalytics {
|
||||
|
||||
interface Client {
|
||||
debug():UniversalAnalytics.Client;
|
||||
|
||||
send():void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user