diff --git a/types/pubnub/index.d.ts b/types/pubnub/index.d.ts index 82ffb785cb..3ad70755a0 100644 --- a/types/pubnub/index.d.ts +++ b/types/pubnub/index.d.ts @@ -36,8 +36,8 @@ declare class Pubnub { unsubscribe(params: Pubnub.UnsubscribeParameters): void; unsubscribeAll(): void; - - stop():void; + + stop(): void; addListener(params: Pubnub.ListenerParameters): void;