isomorphic-ws
isomorphic-ws copied to clipboard
Export the correct type
This library is incorrectly exporting the type from ws
which has all the extra Node.js type information. Instead this lib should export the WebSocket API from the standard and shim any missing members that Node.js doesn't support on the standard.