We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using TypeScript and I'm getting the following errors when compiling:
Argument of type '"publish"' is not assignable to parameter of type '"clientError" | "connectionError"'.
and
Argument of type '"subscribe"' is not assignable to parameter of type '"clientError" | "connectionError"'.
I checked index.d.ts and sure enough, "publish" and "subscribe" are not defined as options. I'll try to fix this right now and submit a PR.
index.d.ts
The text was updated successfully, but these errors were encountered:
Added missing events according to the docs. moscajs#197
cacfe33
Merge pull request #198 from bsommardahl/master
de7742f
Added missing events according to the docs. #197
No branches or pull requests
I'm using TypeScript and I'm getting the following errors when compiling:
and
I checked
index.d.ts
and sure enough, "publish" and "subscribe" are not defined as options. I'll try to fix this right now and submit a PR.The text was updated successfully, but these errors were encountered: