Closed sanbornhilland closed 1 year ago
The @types/pubnub package is missing the PubNub#getToken method. This method is present on the PubNub class but not exposed via here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/6be113476bef803465cd7e1a96a14a96154351f3/types/pubnub/index.d.ts#L140
PubNub#getToken
PubNub
Similar to #263 I'm wondering if this team maintains the DefinitelyTyped types package and if we can get that updated?
This issue is addressed in latest PR at DefinitelyTyped.
closing this as relevant PR is merged
The @types/pubnub package is missing the
PubNub#getToken
method. This method is present on thePubNub
class but not exposed via here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/6be113476bef803465cd7e1a96a14a96154351f3/types/pubnub/index.d.ts#L140Similar to #263 I'm wondering if this team maintains the DefinitelyTyped types package and if we can get that updated?