UNPKG

websocket-ts

Version:

<div> <div align="center"> <img src="https://raw.githubusercontent.com/jjxxs/websocket-ts/gh-pages/websocket-ts-logo.svg" alt="websocket-ts" width="300" height="65" /> </div> <p align="center"> <img src="https://github.com/jjxxs/websocket-ts

9 lines 466 B
export { ConstantBackoff } from "./backoff/constantbackoff"; export { ExponentialBackoff } from "./backoff/exponentialbackoff"; export { LinearBackoff } from "./backoff/linearbackoff"; export { ArrayQueue } from "./queue/array_queue"; export { RingQueue } from "./queue/ring_queue"; export { Websocket } from "./websocket"; export { WebsocketBuilder } from "./websocket_builder"; export { WebsocketEvent, } from "./websocket_event"; //# sourceMappingURL=index.js.map