UNPKG

okx-v5-ws

Version:

This is a non-official OKX V5 websocket SDK for nodejs.

6 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OkxV5Ws = void 0; const OkxV5Ws_1 = require("./OkxV5Ws"); Object.defineProperty(exports, "OkxV5Ws", { enumerable: true, get: function () { return OkxV5Ws_1.OkxV5Ws; } }); //# sourceMappingURL=main.js.map