UNPKG

tardis-machine

Version:

Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs

6 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TardisMachine = void 0; var tardismachine_1 = require("./tardismachine"); Object.defineProperty(exports, "TardisMachine", { enumerable: true, get: function () { return tardismachine_1.TardisMachine; } }); //# sourceMappingURL=index.js.map