update static type def

Types are found here
7837cf20fa/src/core/pusher.ts (L25)
This commit is contained in:
Zak Holt
2019-03-27 11:45:47 -04:00
committed by GitHub
parent 4ab90531d2
commit 1ebb102404

View File

@@ -8,6 +8,8 @@ declare namespace pusher {
interface PusherStatic {
logToConsole: boolean;
log: (msg: string) => void;
instances: Pusher[];
isReady: boolean;
new (apiKey: string, config?: Config): Pusher;
}