UNPKG

@tdengine/websocket

Version:

The websocket Node.js connector for TDengine. TDengine versions 3.3.2.0 and above are recommended to use this connector.

26 lines 971 B
export * from "./src/client/wsClient"; export * from "./src/client/wsConnector"; export * from "./src/client/wsConnectorPool"; export * from "./src/client/wsEventCallback"; export * from "./src/client/wsResponse"; export * from "./src/common/config"; export * from "./src/common/constant"; export * from "./src/common/log"; export * from "./src/common/reqid"; export * from "./src/common/taosResult"; export * from "./src/common/ut8Helper"; export * from "./src/common/utils"; export * from "./src/common/wsError"; export * from "./src/common/wsOptions"; export * from "./src/index"; export * from "./src/sql/wsProto"; export * from "./src/sql/wsRows"; export * from "./src/sql/wsSql"; export * from "./src/stmt/wsParams"; export * from "./src/stmt/wsProto"; export * from "./src/stmt/wsStmt"; export * from "./src/tmq/config"; export * from "./src/tmq/constant"; export * from "./src/tmq/tmqResponse"; export * from "./src/tmq/wsTmq"; //# sourceMappingURL=index.d.ts.map