colyseus / uWebSockets-express

Express API compatibility layer for uWebSockets.js
https://npmjs.com/package/uwebsockets-express
MIT License
56 stars 13 forks source link

IncomingMessage and ServerResponse types aren't exported directly #21

Closed Levyks closed 1 year ago

Levyks commented 1 year ago

It would be nice if we could import the types for * directly from 'uwebsockets-express' instead of having to type the entire path

import { IncomingMessage, ServerResponse } from 'uwebsockets-express';

instead of:

import { IncomingMessage } from 'uwebsockets-express/lib/IncomingMessage';
import { ServerResponse } from 'uwebsockets-express/lib/ServerResponse';
endel commented 1 year ago

Thanks for the PR @Levyks, valeu! 🎉