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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It would be very helpful if wsApplication were exported so I can use it as a type in my code without having to import it as:
import { wsApplication } from '@wll8/express-ws/dist/type.js';
The text was updated successfully, but these errors were encountered:
Sorry I don't quite understand what you mean. It looks like it's already exported, either in index.ts#L70 or in type.ts#L42.
Or you can try to make a PR?
Sorry, something went wrong.
Here is the error I get ...
It looks like only this line of code can be used:
import { wsApplication } from '@wll8/express-ws/dist/type'
Because @wll8/express-ws exports a function by default, not an object.
No branches or pull requests
It would be very helpful if wsApplication were exported so I can use it as a type in my code without having to import it as:
The text was updated successfully, but these errors were encountered: