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

3 lines 182 B
import { IncomingMessage, ServerResponse } from 'http'; export declare const healthCheck: (_: IncomingMessage, res: ServerResponse) => void; //# sourceMappingURL=healthCheck.d.ts.map