pubnub / javascript

PubNub JavaScript SDK docs https://www.pubnub.com/docs/sdks/javascript
Other
553 stars 401 forks source link

@types/pubnub missing getToken #333

Closed sanbornhilland closed 1 year ago

sanbornhilland commented 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

Similar to #263 I'm wondering if this team maintains the DefinitelyTyped types package and if we can get that updated?

mohitpubnub commented 1 year ago

This issue is addressed in latest PR at DefinitelyTyped.

mohitpubnub commented 1 year ago

closing this as relevant PR is merged