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
When i do this:
import WebSocket from 'ws'
the types are correctly shown in the editor
but when i do this:
import WebSocket from "isomorphic-ws"
i have no types what so ever.
Does somebody know how to fix this?
The text was updated successfully, but these errors were encountered:
how i solved it for now is creating a isomorphic-ws.d.ts in my project and declaring the module with the types from the ws library...
But this feels kind of hacky.
Any hint in the right direction would be highly appreciated! ♥
Sorry, something went wrong.
No branches or pull requests
When i do this:
import WebSocket from 'ws'
the types are correctly shown in the editor
but when i do this:
import WebSocket from "isomorphic-ws"
i have no types what so ever.
Does somebody know how to fix this?
The text was updated successfully, but these errors were encountered: