serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
23 lines (22 loc) • 458 B
text/typescript
export {
AddressInfo,
CertMeta,
ClientOptions,
CloseEvent,
createWebSocketStream,
Data,
ErrorEvent,
Event,
EventListenerOptions,
FinishRequestCallback,
MessageEvent,
PerMessageDeflateOptions,
RawData,
ServerOptions,
VerifyClientCallbackAsync,
VerifyClientCallbackSync,
WebSocket,
WebSocketServer,
} from "./index.js";
import WebSocket = require("./index.js");
export default WebSocket;