mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 03:00:02 +00:00
update static type def
Types are found here
7837cf20fa/src/core/pusher.ts (L25)
This commit is contained in:
2
types/pusher-js/index.d.ts
vendored
2
types/pusher-js/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user