UNPKG
it-ws
Version:
latest (6.1.5)
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.0.0
Simple async iterables for websocket client connections
github.com/alanshaw/it-ws
alanshaw/it-ws
it-ws
/
dist
/
src
/
ready.d.ts
4 lines
•
159 B
TypeScript
View Raw
1
2
3
4
import
type
{
WebSocket
}
from
'ws'
;
declare
const
_default
:
(
socket
:
WebSocket
) =>
Promise
<
void
>;
export
default
_default;
//# sourceMappingURL=ready.d.ts.map